https://github.com/dharmatech/clos
Tiny CLOS for R6RS Scheme
https://github.com/dharmatech/clos
Last synced: 3 months ago
JSON representation
Tiny CLOS for R6RS Scheme
- Host: GitHub
- URL: https://github.com/dharmatech/clos
- Owner: dharmatech
- Created: 2011-04-29T03:11:31.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-09T11:54:31.000Z (about 15 years ago)
- Last Synced: 2026-04-04T12:57:38.992Z (3 months ago)
- Language: Scheme
- Homepage:
- Size: 117 KB
- Stars: 17
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this?
Tiny CLOS for R6RS Scheme.
Christian Sloma did the [original conversion](https://code.launchpad.net/~c-sloma/r6rs-clos/r6rs-clos-dev) to R6RS. The Mosh Scheme
team packaged it for Mosh. I ran into some issues in getting Sloma's
original version running. So I tweaked Mosh's version to work with
other implementations. The basic test program [test.sps](https://github.com/dharmatech/clos/blob/master/test.sps) runs in Chez,
Ikarus, and Ypsilon. You can load the libraries into Mosh, but the
test program doesn't pass due to a [bug in Mosh](http://code.google.com/p/mosh-scheme/issues/detail?id=202) (thanks to David Banks for help with that).
The only dependency is [surfage](https://github.com/dharmatech/surfage).
# Setup
```
$ cd ~/scheme # Where '~/scheme' is the path to your Scheme libraries
$ git clone git://github.com/dharmatech/surfage.git
$ git clone git://github.com/dharmatech/clos.git
```