diff options
| author | 2024-08-22 21:51:25 -0400 | |
|---|---|---|
| committer | 2024-08-22 21:51:25 -0400 | |
| commit | 93cfe0d94aac238ceb0493752655a4a348485430 (patch) | |
| tree | 2dc7560360d06db2c93f30ab73b93a69e169260d /README.rst | |
| parent | add doubly linked lists, tests, minischeme (diff) | |
minischeme: add char
Diffstat (limited to '')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ designed to be used by a severely limited Scheme interpreter, which * lacks ``call/cc``, ``call-with-values``, etc * lacks user definable macros * only uses required features from R3RS + (except ``open-input-port``, ``close-input-port``, ``read-char``, + ``open-output-port``, ``close-output-port``, ``write-char``) * has fixnums only * minimizes the use of strings * does not use "load" recursively |
