Hacker News new | ask | show | jobs
by quamserena 237 days ago
> There is not one iota of support for functional programming in any modern CPU.

But there is a ton of support for speeding up imperative, serial programs (aka C code) with speculative execution, out-of-order execution, etc.