add REPL section to readme

This commit is contained in:
Yuichi Nishiwaki 2014-04-06 01:11:14 +09:00
parent 76d996290f
commit 77127989b0
1 changed files with 14 additions and 0 deletions

View File

@ -74,6 +74,20 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
Sorting and Marging.
## The REPL
At the REPL start-up time, some usuful built-in libraries listed below will be automatically imported.
- `(scheme base)`
- `(scheme load)`
- `(scheme process-context)`
- `(scheme write)`
- `(scheme file)`
- `(scheme inexact)`
- `(scheme cxr)`
- `(scheme lazy)`
- `(scheme time)`
## Compliance with R7RS
| section | status | comments |