Clojure Grimoire: an up-to-date ClojureDocs alternative
grimoire.arrdem.com
Clojure Grimoire: an up-to-date ClojureDocs alternative
1–10 of 23 posts
Re: Clojure Grimoire: an up-to-date ClojureDocs alternative
#2Re: Clojure Grimoire: an up-to-date ClojureDocs alternative
#3Re: Clojure Grimoire: an up-to-date ClojureDocs alternative
#4Re: Clojure Grimoire: an up-to-date ClojureDocs alternative
#5Andy actively keeps up with issues and pulls to make sure the output stays well formatted for easy printing on both US Letter and A4 as well as of course an HTML online reference.
His cheatsheets traditionally linked to ClojureDocs, but just yesterday Andy accepted a pull request to merge in targeting Grimoire, while Reid mashed up Andy's work into the Grimoire homepage:
arrdem commented 2 days ago
Thank you. I'm working on mashing the Grimoire linked version up to be
part of 0.2.0's homepage :D
…
On 07/11/2014 02:52 PM, Andy Fingerhut wrote:
Thanks! I'll try generating HTML and PDF cheat sheets with these
changes, and if everything goes well I will publish Grimoire-linked
HTML versions at http://jafingerhut.github.io and announce on the
Google group.
-- https://github.com/jafingerhut/clojure-cheatsheets/pull/10I appreciate clojure community collaboration and it's great these two projects sync'd up:
http://jafingerhut.github.io - various versions of cheetsheet
http://grimoire.arrdem.com - cheatsheet + docs
Or go here for the PDFs:
https://github.com/jafingerhut/clojure-cheatsheets/tree/mast...
Re: Clojure Grimoire: an up-to-date ClojureDocs alternative
#6Neat. Apart from the bright red color of the search field, it's great! I just started playing around a little with Clojure and having the docs right at your fingertips definitely helps.
Re: Clojure Grimoire: an up-to-date ClojureDocs alternative
#7Re: Clojure Grimoire: an up-to-date ClojureDocs alternative
#8The architecture choice OP made is clever - a completely static page linking to github for the CMS part. Would you consider writing a server-backed version at some point in the future? Clojuredocs was originally written in rails and is being re-written in clojure, but that's going slowly. I would absolutely love to see a well-written clojure backend for this type of site as a reference. I've been really enjoying using clojure for standalone things, but I can't yet imagine how I'd build a web server with all the production features something like rails gives you ootb (asset compilation, csrf, sessions, db connections, orm, testing w. transaction-based fixtures, etc).
Now if I could just integrate this with dash (http://kapeli.com/dash)!