/xscheme

Primary LanguageSchemeMIT LicenseMIT

xScheme

Exercism exercises in the Scheme Programming Language

Setup

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.

Working on Problems

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.

Contributing Guide

Please see the contributing guide

License

The MIT License (MIT)

Copyright (c) 2014 Katrina Owen, _@kytrinyx.com