|
|
|
The Crystal Programming Language
(crystal-lang.org)
|
|
3 points
by EmmanuelOga
4720 days ago
|
|
Ruby-inspired syntax.
Never have to specify the type of a variable or method argument.
Be able to call C code by writing bindings to it in Crystal.
Have compile-time evaluation and generation of code, to avoid boilerplate code.
Compile to efficient native code. |
|