From 0edede2ed4e711b4ea50b449d6bb7eee587e6b1d Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Tue, 4 Dec 2012 20:12:28 +0900 Subject: [PATCH] 0.6.1 release with several fixes --- README | 18 ++++++++++++------ VERSION | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README b/README index 94da7991..2fdb0d15 100644 --- a/README +++ b/README @@ -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 allowing multiple VMs to run simultaneously in different OS threads. -The default language is an extended subset of the current draft R7RS -Scheme, with support for all libraries. 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. +The default language is based on an extended subset of the current +draft R7RS Scheme, with support for all libraries. To get a pure R7RS +repl you can run + + chibi-scheme -xscheme.base + +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 provide a shared library "libchibi-scheme", as well as a sample diff --git a/VERSION b/VERSION index 5a2a5806..ee6cdce3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6 +0.6.1