On Fri, Aug 14, 2009 at 10:20 AM, Boris Mizhen - 迷阵<bo...@boriska.com> wrote: > > 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 :) ...
Clojure spells this #_ instead of / and it is indeed implemented as a (builtin) reader macro. --Chouser --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---