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

https://github.com/farlee2121/clojuretest


https://github.com/farlee2121/clojuretest

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ClojureTest

Just my experiments while learning clojure.

Includes
- a bunch of [4clojure kata](cljtest/src/core.clj)
- a [DSL tutorial](http://clojure-doc.org/articles/tutorials/growing_a_dsl_with_clojure.html)
- a [rest api tutorial](https://medium.com/swlh/building-a-rest-api-in-clojure-3a1e1ae096e) and [here](http://clojure-doc.org/articles/tutorials/basic_web_development.html)
- and various other tidbits

My notes can mostly be found [here](cljtest/doc/intro.md) and [here](cljtest/test/dsltutorial/notes.md)