CRYSTAL
Fast as C, Slick as Ruby
// OVERVIEW
Crystal is a language with a Ruby-like syntax and static type checking. It compiles to efficient native code with a modern type system and concurrency model.
Ruby Syntax
Familiar, elegant code
Compiled
Native performance
Type Inference
Types without verbosity
examples.cr
// USE CASES
Web
Kemal, Lucky, Amber
CLI Tools
Fast command-line apps
APIs
REST services
System Tools
Scripts, automation