UNSLISP/miniscm/README.rst

12 lines
273 B
ReStructuredText
Raw Normal View History

=======
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