On Tuesday, May 6, 2014 9:39:47 AM UTC-5, Gregg Reynolds wrote:
>
> For what it's worth, I generally prefer manpages for API and language 
> documentation.  Very fast, with good search capabilities.  
>

I agree, but I suspect that this is a minority view.
 

> My main complaint about the Clojure doc ecosystem is that I can't do 
> something like $ man clj-doseq to see docs on doseq.
>

I have a script named 'cloman':

#!/bin/sh
echo "(doc $1)" | clojure | less

It's slow compared to real manpages, of course, because of Clojure's slow 
startup.  

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to