- Learning a new Lisp
- Playing with one you know already
- Trying different ways of testing
-
Start a project in a directory named with your username and the Lisp of your choice. Example:
niftyn8+clojure
-
Work through 99 Lisp Problems with the Lisp of your choice. Write tests that show that your solution works.
-
Add a
README.md
file to your directory discussing your choices, how to run the tests, and any other information you'd like to share with the group.
If you would like an example project to look at look at the niftyn8+clojure
directory.
Even better, submit your solutions as pull requests and get someone to code review them.