Peter McGoron ca1b77d013 | ||
---|---|---|
.. | ||
README.rst | ||
init.scm | ||
miniscm.c | ||
test.scm |
README.rst
======= 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