Hacker News new | ask | show | jobs
by asterite 2909 days ago
That's about speed (though I think Truffle/Graal make an app consume more memory). Crystal is type-safe, and no optimizing VM can do that for Ruby.

Not that type-safety is a killer feature, but that's just one difference.

1 comments

That's still not the same as a compile time type-checker, it still relies on the interpreter.