Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owickstrom/clojurescript-koans
Clojure Koans for ClojureScript
https://github.com/owickstrom/clojurescript-koans
Last synced: 9 days ago
JSON representation
Clojure Koans for ClojureScript
- Host: GitHub
- URL: https://github.com/owickstrom/clojurescript-koans
- Owner: owickstrom
- Created: 2014-01-30T20:11:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-07T13:57:31.000Z (almost 11 years ago)
- Last Synced: 2024-11-08T16:50:38.641Z (2 months ago)
- Language: Clojure
- Size: 195 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClojureScript Koans
This is a port of [Clojure Koans](https://github.com/functional-koans/clojure-koans) for ClojureScript.
## Running the Koans
# Compile the Clojure and ClojureScript sources
lein compileOpen `index.html` in a browser to see which koans are done.
# Watch the ClojureScript sources for changes and compile automatically
lein cljsbuild autoNow start doing the koans and refresh your browser as you go.