Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdw-cc/paredit-koans

In the spirit of other koans projects, make tests pass as you practice the art of structural editing in Clojure.
https://github.com/mdw-cc/paredit-koans

clojure koans paredit

Last synced: 1 day ago
JSON representation

In the spirit of other koans projects, make tests pass as you practice the art of structural editing in Clojure.

Awesome Lists containing this project

README

        

# paredit-koans

Start the test runner:

```
$ lein spec -a
```

Make the tests pass by manipulating the forms in the assertions, but all edits are to be carried out with structural editing keyboard shortcuts. No mouse allowed!