aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-04-12 00:15:35 -0400
committerGravatar Peter McGoron 2025-04-12 00:15:35 -0400
commit0bc077807b6873b3606acabbe0b44629da2576ff (patch)
treec24a9c72b5352ea94a331ac1cf2a89e4a069f633 /README.md
write
Diffstat (limited to '')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..110f855
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.