blob: 1a5b7fe5ef7417d3fa187fbb2dcf2049e8e53132 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|