Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmdeldin/scheme-sandbox
A sandbox for Scheme experiments. It's not web scale (yet).
https://github.com/jmdeldin/scheme-sandbox
Last synced: about 1 month ago
JSON representation
A sandbox for Scheme experiments. It's not web scale (yet).
- Host: GitHub
- URL: https://github.com/jmdeldin/scheme-sandbox
- Owner: jmdeldin
- License: unlicense
- Created: 2012-07-26T05:16:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-05T05:48:48.000Z (about 12 years ago)
- Last Synced: 2023-04-13T07:51:08.926Z (over 1 year ago)
- Language: Scheme
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scheme Sandbox
This is my own Scheme sandbox I'm developing while reading
[The Little Schemer](http://amzn.to/P1QH9u). I find Scheme very addicting and
empowering -- once you start building your own library, it's hard to stop.
Practical? No. Fun? Yes!## Requirements
I've only tested this with [Racket](http://racket-lang.org/), but this should
work in other schemes (you might need to change `include` to `load` or
`require` depending on what you're running).## Usage
Run this in an interactive environment like GNU Emacs or DrRacket.
## Author
Jon-Michael Deldin
Summer 2012