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

https://github.com/opqdonut/clojure-architecture

Short presentation about two approaches to Clojure architecture
https://github.com/opqdonut/clojure-architecture

Last synced: 3 months ago
JSON representation

Short presentation about two approaches to Clojure architecture

Awesome Lists containing this project

README

        

Short presentation about two approaches to Clojure architecture

See [`counterpoint.clj`](./counterpoint.clj) for the textbook /
vanilla approach.

See [`example.clj`](./example.clj) for a perhaps more Java-like
approach, with additional commentary.