mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Shortened logo URI & added Emscripten link
This commit is contained in:
parent
27a4d68d8a
commit
749d58eeb4
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# 
|
||||
# 
|
||||
|
||||
Minimal Scheme Implementation for use as an Extension Language
|
||||
**Minimal Scheme Implementation for use as an Extension Language**
|
||||
|
||||
http://synthcode.com/wiki/chibi-scheme
|
||||
|
||||
|
@ -19,7 +19,8 @@ because its first class continuations and guaranteed tail-call
|
|||
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.
|
||||
FreeBSD and OS X, Plan9, Windows (using Cygwin), iOS, and
|
||||
[Emscripten](https://kripken.github.io/emscripten-site).
|
||||
|
||||
To build on most platforms just run `make && make test`. This will
|
||||
provide a shared library *libchibi-scheme*, as well as a sample
|
||||
|
|
Loading…
Add table
Reference in a new issue