Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midnightmonster/adventofcode2021-crystal
Learning Crystal via Advent of Code 2021
https://github.com/midnightmonster/adventofcode2021-crystal
Last synced: about 17 hours ago
JSON representation
Learning Crystal via Advent of Code 2021
- Host: GitHub
- URL: https://github.com/midnightmonster/adventofcode2021-crystal
- Owner: midnightmonster
- Created: 2021-12-09T15:43:04.000Z (almost 3 years ago)
- Default Branch: santa
- Last Pushed: 2022-07-24T02:39:14.000Z (over 2 years ago)
- Last Synced: 2024-10-22T02:13:15.649Z (17 days ago)
- Language: Crystal
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crystalline Advent of Code 2021
===============================I've been working in Ruby (on Rails) daily for >10 years now, and I love its ergonomics and productivity. No one would accuse Ruby of being an especially fast language, though, and deploying Rails applications has never been especially convenient. For these and other reasons, I want to add to my toolkit a **fast** language with:
* static typing
* self-contained web app deployment
* macros, because they're supposed to be A Big Deal
* understandable, fast, and safe concurrency
* ideally, a syntax, paradigm, and culture I like working withSo I'm trying [Crystal](https://crystal-lang.org), and using Advent of Code 2021 as the medium.