This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-18
Channels
- # beginners (13)
- # boot (2)
- # cider (5)
- # cljs-dev (47)
- # cljsrn (5)
- # clojure (34)
- # clojure-berlin (2)
- # clojure-russia (33)
- # clojure-serbia (10)
- # clojure-spec (24)
- # clojurebridge (1)
- # clojurescript (21)
- # code-reviews (8)
- # core-matrix (4)
- # datomic (11)
- # hoplon (1)
- # jobs (1)
- # leiningen (4)
- # lumo (4)
- # off-topic (12)
- # om (3)
- # parinfer (4)
- # pedestal (3)
- # proton (1)
- # reagent (3)
- # ring-swagger (2)
- # rum (2)
- # untangled (9)
- # vim (6)
I read the literate programming publication this morning which was very interesting. I'm writing my vim config using "literate" which is like WEB but for markdown + any language. It claims to help with this context problem.
I wish the code I encountered had more context. I try to write really good commit messages so that blame contains my rationale
@dominicm you have links to the “literate” markdown tool, and the publication?
http://literate.zbyedidia.webfactional.com/manual.php tool I'm using. Publication referenced http://www.literateprogramming.com/knuthweb.pdf There's a book too I think.