0.6.1 release with several fixes

This commit is contained in:
Alex Shinn 2012-12-04 20:12:28 +09:00
parent b4c2bbb625
commit 0edede2ed4
2 changed files with 13 additions and 7 deletions

18
README
View file

@ -11,12 +11,18 @@ 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 an extended subset of the current draft R7RS The default language is based on an extended subset of the current
Scheme, with support for all libraries. Support for additional draft R7RS Scheme, with support for all libraries. To get a pure R7RS
languages such as JavaScript, Go, Lua and Bash are planned for future repl you can run
releases. Scheme is chosen as a substrate because its first class
continuations and guaranteed tail-call optimization makes implementing chibi-scheme -xscheme.base
other languages easy.
or see the (chibi repl) library for more options.
Support for additional languages such as JavaScript, Go, Lua and Bash
are planned for future releases. Scheme is chosen as a substrate
because its first class continuations and guaranteed tail-call
optimization makes implementing other languages easy.
To build on most platforms just run "make && make test". This will To build on most platforms just run "make && make test". This will
provide a shared library "libchibi-scheme", as well as a sample provide a shared library "libchibi-scheme", as well as a sample

View file

@ -1 +1 @@
0.6 0.6.1