https://github.com/farlee2121/clojuretest
https://github.com/farlee2121/clojuretest
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/farlee2121/clojuretest
- Owner: farlee2121
- Created: 2021-02-24T16:27:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T23:05:13.000Z (over 3 years ago)
- Last Synced: 2025-02-02T04:24:02.102Z (4 months ago)
- Language: Clojure
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 tidbitsMy notes can mostly be found [here](cljtest/doc/intro.md) and [here](cljtest/test/dsltutorial/notes.md)