https://github.com/boxed/cheatsheet-reagent
Reagent version of the Clojure cheatsheet
https://github.com/boxed/cheatsheet-reagent
Last synced: over 1 year ago
JSON representation
Reagent version of the Clojure cheatsheet
- Host: GitHub
- URL: https://github.com/boxed/cheatsheet-reagent
- Owner: boxed
- License: mit
- Created: 2014-07-20T11:39:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T19:36:52.000Z (almost 12 years ago)
- Last Synced: 2025-01-26T03:21:41.674Z (over 1 year ago)
- Language: Clojure
- Homepage: http://kodare.net/site-media/cheatsheet-reagent/index.html
- Size: 172 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cheatsheet-reagent
This lib has two parts:
- Parse the clojure cheatsheet and output something more clojure-esque and also collect metadata. Outputs an edn file.
- A reagent based ClojureScript frontend implementation
## Run
lein run 8000
This will run the parse code, compile the ClojureScript, output the edn file and start a test webserver on port 8000 for trying it out.