top | item 19166756

(no title)

joemccall86 | 7 years ago

I'm curious if Crystal was considered given its speed and similarity to Ruby.

discuss

order

jashmatthews|7 years ago

Rust not having a GC and additional runtime is a large advantage when writing native extensions for Ruby.

goatlover|7 years ago

But does Crystal have either of those? It's also a statically typed, compiled language. Rust would require a complete rewrite of the code, while Crystal would only be partial.

Scarbutt|7 years ago

I'm curious why do you think developers should seriously consider a programming language that is still in flux and has no ecosystem?

agumonkey|7 years ago

I'd be worried of a false sense of similarity. Recently there was an article about crystal, some comments said Ruby was ~one inspiration and not the main goal. You could spend more time fighting your old habits with something that doesn't translate 1 to 1.

djur|7 years ago

I spent some time working on a Crystal project and the superficial similarities to Ruby were more confusing than anything. Crystal isn't just "Ruby but fast and statically typed". They are quite different languages.

Thaxll|7 years ago

Who's mad enough to use crystal in its current state?

yxhuvud|7 years ago

It is the perfect language for advent of code!