Clone this repo and its submodule with git
:
git clone --recursive https://github.com/kata-seeds/mit-scheme-tm-seed.git
cd mit-scheme-tm-seed
Install dependencies and run your tests with make
:
make
You should eventually see 1 test ran and 0 failures. If make
doesn't work for you, please open an issue.
You can also run
make repl
to open the MIT Scheme REPL with your code loaded.
Now you can start your kata! May we suggest the Game of Life?