Hacker News new | ask | show | jobs
by strager 1258 days ago
> if I want faster development (among other things), I use an interpreted scripting language. If I want a fast end product (among other things) I compile and optimize to machine code beforehand

I want both. I was hoping Rust would give me both, but it doesn't.

1 comments

I would hardly call Rust slow especially for the kind of things you’d use a scripting language for, though.