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/autodoc/
At the bottom it suggests there are ways of changing page layout and so on, so 
that may be your best bet.


On Thursday, July 7, 2011 at 4:28 PM, octopusgrabbus wrote:

> 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 
> (mailto:clojure@googlegroups.com)
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com 
> (mailto:clojure+unsubscr...@googlegroups.com)
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en


-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to