Y
Hacker News
new
|
ask
|
show
|
jobs
by
happywolf
3605 days ago
What advantages Crystal has compared to other more modern languages that aim to compete with C? For example D and Rust.
3 comments
pjmlp
3605 days ago
It is Ruby done right if community would have bothered with performance.
link
flukus
3605 days ago
I don't think it's really trying to compete with C, it's a much higher level language, just one that happens to be fast as well.
link
erelde
3605 days ago
Its similarity with Ruby? It doesn't _feel_ like I would have to learn completely new paradigms
link
wmoxam
3605 days ago
It's somewhat similar, but in Crystal you need to be explicit with types, and you'll likely miss 'send'.
Also Crystal has macros
link