I couldn't find anything in Clojure that would correspond to Common Lisp's reader conditionals, in particular the extremely useful #-(and) idiom.
I would like to suggest the inclusion of a reader macro: #* or something of the kind, that would simply ignore the form right after it. That would allow for easy out-commenting of entire forms. The reader macro should preferably be very short and easy to type, as it gets used quite often. I initially thought about #!, but that seems to have been taken for unix shell scripting support. --J. --~--~---------~--~----~------------~-------~--~----~ 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 clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---