/nifty-macros

A collection of general-purpose macros I've written and find generally useful.

Primary LanguageRacketApache License 2.0Apache-2.0

#Nifty Macros Collections of Racket macros I've found useful and general enough to share.

Install with:

raco pkg install github://github.com/deeglaze/nifty-macros/master

Abstracts for individual collections:

for-acc: Allows user-defined accumulation styles for use in for[*]/fold. Details in its README.