CRYSTAL

Fast as C, Slick as Ruby

Created: 2014 Creator: Ary Borenszweig Typing: Static

// 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

// RESOURCES