Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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