One thing that I would like to see implemented seems like a good
candidate for a reader macro...

I find it useful to have a way to comment out an expression by
prefixing it with some symbol.

I.E. if a '/' before an expression is an expression comment, it is
easy to experiment with code:

(foo
    /(ex1
        ......  )
    /(ex2
        ....... )
    (ex3
        ....... ))

This would fit nicely with the way I code :) ...

Enclosing it is extra work...
(comment ....) would not work because it returns nil.

Or maybe it is possible already?

Thanks,
Boris

On Fri, Aug 14, 2009 at 9:27 AM, Mark Addleman<mark_addle...@bigfoot.com> wrote:
>
> I suspect that reader macros are necessary to fully realize named-
> argument message passing.
> >
>

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