>
> > There's simply no substitute for reading the special forms page on the
> > site, and everyone who intends to use Clojure should do so in its
> > entirety.
>
> > If we want to make it so (doc def) et al do something, they should
> > return the simple message:
>
> > Please see:http://clojure.org/special_forms
>

I think it's very cool that this works at all. I've gotten annoyed at
the equivalent to doc in other languages because it didn't work on
special forms.

I completely agree that users should read the site, but can we make
the special form doc just include a reminder of the syntax and then
link to the site? i.e.

user=> (doc if)
-------------------------
(if test then)
(if test then else)

Special Form. Please see http://clojure.org/special_forms/if for more
information.

Allen



--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to