UNSLISP/miniscm
Peter McGoron ca1b77d013 miniscm: add notices and change "macro" to more standard "define-macro" 2024-10-13 22:12:53 -04:00
..
README.rst miniscm: add notices and change "macro" to more standard "define-macro" 2024-10-13 22:12:53 -04:00
init.scm miniscm: add notices and change "macro" to more standard "define-macro" 2024-10-13 22:12:53 -04:00
miniscm.c miniscm: add notices and change "macro" to more standard "define-macro" 2024-10-13 22:12:53 -04:00
test.scm miniscm: add ports 2024-08-22 22:43:49 -04:00

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