

Crystal (programming language)
11 likes
Programming language with Ruby-like syntax that compiles to efficient native code.
Features
No features, maybe you want to suggest one?
Tags
- programming
Crystal (programming language) News & Activities
Highlights All activities
Recent News
- Maoholguin published news article about Crystal (programming language)
Crystal 1.16.0 released: major updates in file matching, syntax, and execution contextsCrystal (programming language) 1.16.0 has been released with 162 changes since version 1.15.1. A no...
- POX published news article about Crystal (programming language)
Crystal programming language 1.8.0 released with Android supportCrystal, the programming language designed “for humans and computers,” has just released its latest...
Recent activities
POX added Crystal (programming language) as alternative to ReScript and Unison Programming Language
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is Crystal (programming language)?
A compiled language with Ruby like syntax and type inference
Language goals:
- Have a syntax similar to Ruby (but compatibility with it is not a goal)
- Statically type-checked but without having to specify the type of variables or method arguments.
- 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.



