Please feel free to use this skeleton project to start working on the book. Sometimes writing down the code is not necessary to solve a specific exercise, sometime is good to have a REPL handy. There is also room for tests if you prefer approaching a problem test first and test corner cases.
- You need to ask on the mailing list to be sent an invitation for your github account to be added to the project group. (https://groups.google.com/forum/#!forum/sicp-mailonline)
- When you have write access, git clone this repo
- Create your own branch with from master with: git checkout -b
- Now push your branch back to origin with: git push -u origin
- Commit/push as usual.
Copyright © 2014 Mailonline
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.