←back to thread

Crystal 1.16.0

(crystal-lang.org)
131 points ksec | 1 comments | | HN request time: 0s | source
Show context
futuraperdita ◴[] No.43650892[source]
I love this language but have never found a production use case for it, versus just using something less obscure like Go. It's the Ruby we wish we had in the 10s.
replies(2): >>43651299 #>>43654436 #
1. relistan ◴[] No.43651299[source]
I write a lot of Go. It’s great. CGo is also good. But Crystal is even more easily interoperable with C libs and has a slimmer runtime. It’s also even faster in my real world testing. Down sides vs Go are compiler speed and general ecosystem is much smaller. But I’ve written several things in Crystal in prod and it has been very good.