mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Correction to the project logo
Hosted on GitHub
This commit is contained in:
parent
7492964312
commit
27a4d68d8a
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# 
|
# 
|
||||||
|
|
||||||
Minimal Scheme Implementation for use as an Extension Language
|
Minimal Scheme Implementation for use as an Extension Language
|
||||||
|
|
||||||
|
@ -18,6 +18,9 @@ are planned for future releases. Scheme is chosen as a substrate
|
||||||
because its first class continuations and guaranteed tail-call
|
because its first class continuations and guaranteed tail-call
|
||||||
optimization makes implementing other languages easy.
|
optimization makes implementing other languages easy.
|
||||||
|
|
||||||
|
Chibi-Scheme is known to work on **32** and **64-bit** Linux,
|
||||||
|
FreeBSD and OS X, Plan9, Windows (using Cygwin), iOS, and Emscripten.
|
||||||
|
|
||||||
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
|
||||||
*chibi-scheme* command-line repl. You can then run
|
*chibi-scheme* command-line repl. You can then run
|
||||||
|
|
Loading…
Add table
Reference in a new issue