From 749d58eeb41c5df45e6b040e1858d485588d0805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A8re=20J=C3=A9r=C3=B4me?= Date: Sun, 7 Jun 2015 12:06:33 +0200 Subject: [PATCH] Shortened logo URI & added Emscripten link --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb94a567..cd4bbdf6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ![Chibi-Scheme](https://cloud.githubusercontent.com/assets/12776075/8023068/e6204a26-0cf9-11e5-9751-edc07ad2a8b5.png) +# ![Chibi-Scheme](https://goo.gl/ZDtn4q) -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