Exercism exercises in the Scheme Programming Language
You'll need a vaguely R6RS-compliant Scheme implementation. As of this writing, the exercises are being developed primarily in Guile Scheme, but the tests are using SFRI-64, and so should (hopefully) be rather implementation-agnostic.
Each problem should have a test suite and an example solution, as well as a stub file for the solution declaring the module and exports. The example solution should be named example.scm
.
Please see the contributing guide
The MIT License (MIT)
Copyright (c) 2014 Katrina Owen, [email protected]