New iterate variants, some cleanups and improvements
There is a new iterating
macro which is a fancier version of iterate
which uses keyword arguments for the local function: this is slower but quite powerful. Both iterate
and iterating
have starred variants which bind sequentially.
The utilities no longer depend on other hacks.
Metatronic macros now exports some functionality which can helps you to write your own metatronic macros.