summary refs log tree commit diff
path: root/implementation/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/README.md')
-rw-r--r--implementation/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/implementation/README.md b/implementation/README.md
new file mode 100644
index 0000000..d3fe58a
--- /dev/null
+++ b/implementation/README.md
@@ -0,0 +1,11 @@
+# Flexvectors
+
+An implementation of flexvectors (also known as dynamic arrays or arraylists) in
+R7RS Scheme. Contains an R7RS library (`flexvectors.sld`) and a test suite
+(`tests.scm`).
+
+This implementation supports Gauche, Sagittarius, and Chibi. If all three of
+these are installed (binaries `gosh`, `sash`, and `chibi-scheme`), running
+`make` should run the test suite for all three. To run the test suite in
+a specific Scheme, use `make test-gauche`, `make test-sagittarius`, or `make
+test-chibi`.