SRFI-259 for CHICKEN
This is an implementation of SRFI-259 for CHICKEN.
Notable features:
- Different than
extend-procedure
, becauseextend-procedure
is stateful. - Uses an efficient set type (integer maps) to store tags.
This is the first time I've written low-level CHICKEN code: use at your own risk.