From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Thu, 1 Dec 2011 12:24:46 -0800 From: Bakul Shah Message-Id: <20111201202446.7AED4B852@mail.bitblocks.com> Subject: [9fans] FYI: Chibi-scheme on plan9 Topicbox-Message-UUID: 4a7b0dde-ead7-11e9-9d60-3106f5b1d025 Alex Shinn's Chibi-scheme is a r7rs "small" language compatible Scheme. It can be used standalone for scripting or as a library to provide an extension language. Full guide at http://synthcode.com/scheme/chibi/ Installation: hget http://chibi-scheme.googlecode.com/files/chibi-scheme-0.5.1.tgz | \ gunzip | tar xv cd chibi-scheme-0.5.1 mk install Its plan9 support needs more work: access to more of plan9 API, mkfile needs work + targets for .a, html docs, more tests, etc. but the port is eminently usable.