diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:57:31 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:55 +0700 |
commit | 15c970aa588662a1d36c25de1306bf6c39668b1a (patch) | |
tree | d2cb6357f76d71a61f16fa6f8552d5037f7fdb9c /development/chibi-scheme | |
parent | 45d7f926daa96cdc2e3e07929f1f9af075d965aa (diff) | |
download | slackbuilds-15c970aa588662a1d36c25de1306bf6c39668b1a.tar.gz |
development/chibi-scheme: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/chibi-scheme')
-rw-r--r-- | development/chibi-scheme/README | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/development/chibi-scheme/README b/development/chibi-scheme/README index 09e3f6c736..ba088ff07d 100644 --- a/development/chibi-scheme/README +++ b/development/chibi-scheme/README @@ -1,14 +1,14 @@ Minimal Scheme Implementation for use as an Extension Language -Chibi-Scheme is a very small library intended for use as an extension 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. +Chibi-Scheme is a very small library intended for use as an extension +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 repl language contains all bindings from R7RS small, available -explicitly as the (scheme small) library. The language is built in layers, -however - see the manual for instructions on compiling with fewer features or -requesting a smaller language on startup. +The default repl language contains all bindings from R7RS small, +available explicitly as the (scheme small) library. The language is +built in layers, however - see the manual for instructions on compiling +with fewer features or requesting a smaller language on startup. -Chibi-Scheme is known to work on 32 and 64-bit Linux, FreeBSD and OS X, Plan -9, Windows (using Cygwin), iOS, Android, ARM and Emscripten. +Chibi-Scheme is known to work on 32 and 64-bit Linux, FreeBSD and OS X, +Plan 9, Windows (using Cygwin), iOS, Android, ARM and Emscripten. |