crystal

Fast and statically typed compiled language with Ruby-like syntax

brewmacoslinux
Try with needOr install directly
Source

About

Fast and statically typed, compiled language with Ruby-like syntax

Commands

crystal

Examples

Create and run a Crystal program directly$ crystal run hello.cr
Compile Crystal code to a standalone executable$ crystal build hello.cr -o hello
Check Crystal code for syntax errors without running$ crystal check hello.cr