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<[email protected]> 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 [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
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
-~----------~----~----~----~------~----~------~--~---