aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-11-02 16:10:47 -0500
committerGravatar Peter McGoron 2025-11-02 16:10:47 -0500
commit279f6024140c12a7bc8eab29b130bac9541b40a6 (patch)
treeda366e3c7d20d112bac49096e89b62f23af489c8
parentfix chicken build, support STKLOS (diff)
update
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index cc88f03..0be6336 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,16 @@
# Cuprate
-TODO: pretty printing
-
Cuprate is an experiment in providing a portable R6RS/R7RS testing
library. It uses purely functional data structures in a mutable parameter
object, allowing for procedural programming inside of a dynamic extent
to not affect the rest of the test system.
+TODO: excise all conditional inclusion by turning them into library
+forms. This will pave the way for porting to R6RS.
+
+Cuprate supports CHICKEN-5, Foment, Chibi, SKINT, Gauche, and Sagittarius.
+TR7, STKLOS, Mosh, Chez, Guile, Racket, and Loko support soon.
+
## API
### `test-info` procedures