Hacker News new | ask | show | jobs
by stouset 456 days ago
> Great, please make all the software even slower than it already is.

It is more or less trivial to emit essentially optimal autovectorized and inlined machine code from functional iterators.

Rust does this, for example.