From 27a4d68d8acbf32a8e434eb36a19487bb046464b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A8re=20J=C3=A9r=C3=B4me?= Date: Sun, 7 Jun 2015 09:50:43 +0200 Subject: [PATCH] Correction to the project logo Hosted on GitHub --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bde062d..cb94a567 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![Chibi-Scheme](http://synthcode.com/images/chibi-scheme-med.png) +# ![Chibi-Scheme](https://cloud.githubusercontent.com/assets/12776075/8023068/e6204a26-0cf9-11e5-9751-edc07ad2a8b5.png) 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 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 provide a shared library *libchibi-scheme*, as well as a sample *chibi-scheme* command-line repl. You can then run