https://github.com/bobbicodes/clojure-unkoaned
Clojure Koans, completed and presented as simple REPL interactions
https://github.com/bobbicodes/clojure-unkoaned
Last synced: about 1 year ago
JSON representation
Clojure Koans, completed and presented as simple REPL interactions
- Host: GitHub
- URL: https://github.com/bobbicodes/clojure-unkoaned
- Owner: bobbicodes
- Created: 2017-11-02T14:04:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T22:34:26.000Z (over 8 years ago)
- Last Synced: 2025-01-31T06:44:33.821Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clojure-unkoaned
4clojure and the Koans present the perfect learning path, but I found it even more effective to rework the problems/solutions into a simpler format.
After completing the problems I rearranged them as a series of input/output expressions just as they would occur in the REPL.
An ideal reference for teaching Clojure.