Spyke

Notes on the Crystal programming language

The language itself: https://crystal-lang.org/. Crystal is heavily inspired by Ruby but with static typing and native compilation (via LLVM). To make up for not being dynamic like Ruby, it has powerful global type inference, meaning you're almost never required to explicitly specify types. The linked "Notes on..." page gives much more details.

https://wiki.alopex.li/CrystalNotesOpen linkView original on programming.dev
No comments on the original post yet.
Notes on the Crystal programming language | Spyke