Crystal
Crystal is a programming language with friendly syntax, static type checking and modern stdlib. It compiles into efficient, easy-to-distribute native code.
Here are 1,432 public repositories matching this topic...
-
Updated
Oct 19, 2020 - Crystal
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
-
Updated
Oct 21, 2020 - Crystal
Amethyst is a Rails inspired web-framework for Crystal language
-
Updated
Feb 10, 2018 - Crystal
Mango is a self-hosted manga server and web reader
-
Updated
Oct 18, 2020 - Crystal
Full featured Redis client for Crystal
-
Updated
Sep 14, 2020 - Crystal
Vim filetype and tools support for Crystal language.
-
Updated
Oct 12, 2020 - Vim script
Database wrapper and ORM for Crystal, inspired by Ecto
-
Updated
Sep 8, 2020 - Crystal
Crystal ORM using ActiveRecord pattern with flexible query DSL
-
Updated
Oct 15, 2020 - Crystal
Scry is a code analysis server for https://crystal-lang.org
-
Updated
Sep 2, 2020 - Crystal
Crystal bindings to SFML multimedia/game library
-
Updated
Oct 16, 2020 - Crystal
Crystal docs at https://crystal-lang.org/reference
-
Updated
Oct 6, 2020 - Dockerfile
-
Updated
Sep 11, 2020 - Crystal
Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes
-
Updated
Aug 16, 2020 - Crystal
Minimum High Performance Middleware for Crystal Web Server.
-
Updated
Oct 20, 2019 - Crystal
A customizable color picker for iOS in Swift
-
Updated
Feb 5, 2020 - Swift
-
Updated
Jan 2, 2020 - Crystal
Created by Ary Borenszweig, Juan Wajnerman
Released June 2011
- Organization
- crystal-lang
- Website
- crystal-lang.org
- Wikipedia
- Wikipedia


Hi
I have big issues with dynamic parameters when rendering HTML tags - I thought I was forced to use NamedTuple which doesn't work as It is very static and I can't set parameters for div tags based on params or parameters in components. It just won't let me.
I tried using a macro to generate NamedTuple, obviously in vain as it doesn't work:
https://gist.github.com/confact/0b07cd259a6fdfadd