On Tue, Dec 7, 2010 at 4:22 AM, javajosh <javaj...@gmail.com> wrote:
> As an aside, it would be nice if there was some code convention to
> distinguish between macros and functions, just as there is a
> convention for identifying globals. (doc something) gets to be rather
> tedious to type.

+1, with two provisos: special forms should look like macros (since
they may evaluate their arguments selectively, or late, or etc.) and
it's kind of too late to do that now without ruining compatibility
with pretty much every bit of existing code out there.

-- 
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