Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 compile

Open `index.html` in a browser to see which koans are done.

# Watch the ClojureScript sources for changes and compile automatically
lein cljsbuild auto

Now start doing the koans and refresh your browser as you go.