mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Clarifying default language.
This commit is contained in:
parent
14c8776c40
commit
cef5f2facf
1 changed files with 2 additions and 1 deletions
3
README
3
README
|
@ -11,7 +11,8 @@ and scripting language in C programs. In addition to support for
|
|||
lightweight VM-based threads, each VM itself runs in an isolated heap
|
||||
allowing multiple VMs to run simultaneously in different OS threads.
|
||||
|
||||
The default language is the R7RS (scheme base) library.
|
||||
The default repl language contains all bindings from R7RS small,
|
||||
available explicitly as the (scheme small) library.
|
||||
|
||||
Support for additional languages such as JavaScript, Go, Lua and Bash
|
||||
are planned for future releases. Scheme is chosen as a substrate
|
||||
|
|
Loading…
Add table
Reference in a new issue