Picked up an old experiment which is so far somewhat promising
I love the sugar of using map/filter/reduce type functions on arrays, but the old-school owner of a 286 machine is bothered by the implied nested loops they incur
The experiment was simply:
at least
filter
andmap
should be able to be compiled into a single loop