Re: Print Friendly (For PDF) Version of Clojure API

2011-07-07 Thread Devin Walters
A couple ideas: 1.) I used to do something simple: (map (juxt :name :arglists :doc) (map #(meta (second %)) (ns-publics 'clojure.core))) I'd then take that output and use hiccup to make a big html file that I could then print. You could pdf-ize that easily. 2.) http://tomfaulhaber.github.com/au

Print Friendly (For PDF) Version of Clojure API

2011-07-07 Thread octopusgrabbus
Is there a printer-friendly version of the Clojure API? http://clojure.github.com/clojure/clojure.core-api.html#clojure.core/identity -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note t