Live data from Hacker News

Crystal 0.33

crystal-lang.org

41–43 of 43 posts

Re: Crystal 0.33

#41
post #10

I wonder why Ruby users don’t flock to Crystal, and Python users to Julia. With all the whining about performance and types, they just stay put.

Some devs talk about types as if they're the One True Holy Silver Bullet, but that is far from an objective truth. There are no silver bullets in dev, only sweet spots.

I'd say crystal really combines the advantages of a powerful type system with the advantages of duck typing.

Re: Crystal 0.33

#42
post #34

Earlier quoted context omitted.

What's the state of crystal's concurrency ? I think i've read something on HN saying it wasn't quite there yet..

You mean parallelism? Concurrency has been there for years. Parallelism was available under a flag a few months ago. I do t know the current status since I don’t need it.

sorry yeah i mean parallelism. Is the model an event loop running on single thread , like with with node.js ?

When you say you don't need it, don't you use crystal for developing backend APIs ?

Post reply on HN