aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 110f855e4a500e4458b61a5b16c1e9955baf0cb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# SRFI-259 for CHICKEN

This is an implementation of SRFI-259 for CHICKEN.

Notable features:

* Different than `extend-procedure`, because `extend-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.