(no title)
andrewzah | 3 years ago
For people who want a syntax like ruby + performance/concurrency, but are willing to deal with a different ecosystem and having to do more stuff by hand, Crystal is a nice choice.
andrewzah | 3 years ago
For people who want a syntax like ruby + performance/concurrency, but are willing to deal with a different ecosystem and having to do more stuff by hand, Crystal is a nice choice.
chrisseaton|3 years ago
(Ruby also has full concurrency, by the way.)
sethrin|3 years ago
andrewzah|3 years ago
Ruby's way of handling types is abhorrent compared to Crystal, though. Sorbet/RBS are unfortunate systems tacked on after people realized that type systems are actually really good and not really that verbose.
dragonwriter|3 years ago
Ruby has had concurrency forever, and as of 3.x also parallelism via Ractors.
metadat|3 years ago
That's why I use node.js *grin* /s