Hacker News new | ask | show | jobs
by molson8472 2568 days ago
I must have been living under a rock for the past five years, because Crystal went completely unnoticed until last week. As a long time Ruby programmer, I'm eager to give it a try.
1 comments

I love Crystal. I'm really enjoying the type system and the the introduction of tuples and named tuples (instead of just using arrays and hashes everywhere). It makes it so much easier to reason about your code and catch common bugs.