summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shinn <ashinn@users.noreply.github.com>2012-12-04 20:12:28 +0900
committerAlex Shinn <ashinn@users.noreply.github.com>2012-12-04 20:12:28 +0900
commit0edede2ed4e711b4ea50b449d6bb7eee587e6b1d (patch)
tree7ac04689cd5516211e54362478b82a7d02fd9898
parentb4c2bbb625e9cf712752f6a709630e327151016d (diff)
0.6.1 release with several fixes0.6.1
-rw-r--r--README18
-rw-r--r--VERSION2
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