Notes on the Crystal programming language (wiki.alopex.li)
from armchair_progamer@programming.dev to programming_languages@programming.dev on 29 Sep 14:56
https://programming.dev/post/20015531

The language itself: 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.

#programming_languages

threaded - newest