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
- Host: GitHub
- URL: https://github.com/andyatkinson/crystal-playground
- Owner: andyatkinson
- Created: 2016-07-22T16:26:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T15:48:14.000Z (over 6 years ago)
- Last Synced: 2025-01-12T08:45:53.397Z (over 1 year ago)
- Language: Crystal
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`