资 源 简 介
This project is migrating to https://github.com/aoh/owl-lisp
Owl Lisp is a purely functional dialect of Scheme. It is based on the applicable subset of to-be R7RS Scheme standard, with some extensions useful for mutation free operation. Owl is a language experiment, but it has ended up also as a portable runtime for a few small unrelated tools which need to be shipped as standalone binaries. The recommended way to try out owl is to compile trunk, since there is some distance between it and the latest one in downloads. Next version will likely have a larger overlap with Scheme.
Design goals:
* Simple core language
* Mostly implemented in itself
* All data structures are immutable
* Programs can be compiled to standalone binaries easily via C
* Small portable dependency-free implementation (Linux, *BSD, OSX, Win32)
Quick intro:
$ sudo apt-get install gcc make git-core $ git clone http