DEV Community

Discussion on: Don’t pay the for-loop tax

Collapse
 
elpibeperez profile image
Eduardo • Edited

The only real reason yo use a loop over a functional approach is performance, unless you are working in c/c++ for a hpc program, functional should be safer. Anyway, if things keep going this way we'll all be doing Haskell in two years.

Collapse
 
danhomola profile image
Dan Homola

True. Haskell has been on my "to learn" list for a while but I can't find a project to learn it on.