Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mdw-cc/paredit-koans
- Owner: mdw-cc
- License: other
- Created: 2022-07-08T22:26:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T19:03:55.000Z (over 2 years ago)
- Last Synced: 2024-11-11T14:45:07.773Z (about 1 month ago)
- Topics: clojure, koans, paredit
- Language: Clojure
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!