An open API service indexing awesome lists of open source software.

https://github.com/andyatkinson/crystal-playground

Learning Crystal lang
https://github.com/andyatkinson/crystal-playground

Last synced: 9 months ago
JSON representation

Learning Crystal lang

Awesome Lists containing this project

README

          

## Crystal lang

Kicking the tires on some Crystal lang code
https://www.sitepoint.com/a-quick-dive-into-the-crystal-programming-language/

## Installation OS X

Install guides: https://crystal-lang.org/docs/installation/index.html

brew update
brew install crystal-lang

## Concurrency

Fibers, "lighter-weight version of threads"

Channels, a way for fibers to communicate

## REPL

No repl, but `crystal play`