Skip to content

New iterate variants, some cleanups and improvements

Compare
Choose a tag to compare
@tfeb tfeb released this 16 Mar 09:49
· 22 commits to main since this release
v8.0.0

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.