From cef5f2facf8e87c08c8c72fc45795e38a804dadb Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Thu, 9 Apr 2015 01:24:07 +0900 Subject: [PATCH] Clarifying default language. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 520dfcb8..9e0c1b59 100644 --- a/README +++ b/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