Crystal 1.20.0 Is Released
sdogruyol
15 points
3 comments
April 17, 2026
Related Discussions
Found 5 related stories in 63.0ms across 4,861 title embeddings via pgvector HNSW
- Rust 1.95.0 caution · 11 pts · April 16, 2026 · 51% similar
- Swift 6.3 Released frizlab · 12 pts · March 24, 2026 · 48% similar
- Swift 6.3 ingve · 307 pts · March 26, 2026 · 47% similar
- RedwoodSDK v1.0 released – We stopped breaking everything pistoriusp · 37 pts · March 11, 2026 · 46% similar
- Zig 0.16.0 Release Notes ska80 · 135 pts · April 14, 2026 · 45% similar
Discussion Highlights (2 comments)
yxhuvud
Execution contexts closing in to being enabled by default is a big one. As is the io_uring based event loop that is also finally getting merged (even though that one is also hidden behind flags).
samuell
So the execution model is now even more similar to Go's one, with the M:N scheduling, IIUC? I much like to hear that, as I found Crystal to provide pretty much exactly the same concurrency primitives as Go, but with a much nicer syntax, as I compared here: https://livesys.se/posts/crystal-concurrency-easier-syntax-t...