aboutsummaryrefslogtreecommitdiffstats
path: root/miniscm/README.rst
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-10-13 22:12:53 -0400
committerGravatar Peter McGoron 2024-10-13 22:12:53 -0400
commitca1b77d013ce2e14238e4f07c5831bb4cec1b614 (patch)
tree98c5899d3de420bf6d378699a87b00086a6a3280 /miniscm/README.rst
parentread.scm: more complete support for special numbers (diff)
miniscm: add notices and change "macro" to more standard "define-macro"HEADmaster
Diffstat (limited to 'miniscm/README.rst')
-rw-r--r--miniscm/README.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/miniscm/README.rst b/miniscm/README.rst
new file mode 100644
index 0000000..1a5b7fe
--- /dev/null
+++ b/miniscm/README.rst
@@ -0,0 +1,11 @@
+=======
+Miniscm
+=======
+
+A lightly modified version of minischeme. Includes
+
+1) String access operators (``string-ref``, ``string-length``)
+2) ability to create strings and symbols using ``list->string``,
+ ``string->symbol``
+3) ports (``open-input-port``, etc.)
+4) chars