Hacker News new | ask | show | jobs
by kazinator 2918 days ago
Lisp idioms like (mapcar function list) replace both looping and recursion with an aggregate operation, similar to APL; it's just not obsessively condensed into a single character syntax.