mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +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
|
lightweight VM-based threads, each VM itself runs in an isolated heap
|
||||||
allowing multiple VMs to run simultaneously in different OS threads.
|
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
|
Support for additional languages such as JavaScript, Go, Lua and Bash
|
||||||
are planned for future releases. Scheme is chosen as a substrate
|
are planned for future releases. Scheme is chosen as a substrate
|
||||||
|
|
Loading…
Add table
Reference in a new issue