Kicking the tires on some Crystal lang code https://www.sitepoint.com/a-quick-dive-into-the-crystal-programming-language/
Install guides: https://crystal-lang.org/docs/installation/index.html
brew update
brew install crystal-lang
Fibers, "lighter-weight version of threads"
Channels, a way for fibers to communicate
No repl, but crystal play