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
- Host: GitHub
- URL: https://github.com/opqdonut/clojure-architecture
- Owner: opqdonut
- Created: 2016-09-30T10:05:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T10:08:45.000Z (over 8 years ago)
- Last Synced: 2024-10-18T11:25:10.533Z (8 months ago)
- Language: Clojure
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.