Hacker News new | ask | show | jobs
by steveklabnik 1253 days ago
> I suspect Rust does not implement as many FP-oriented optimizations as GHC

It's more complicated than this; sometimes FPish code is super nice and easy and compiles well (see the zip example in this very thread!) and sometimes it's awkward and hard to use and slower.