On Aug 16, 2010, at 10:02 AM, Grayswx wrote: > For comments, there's (comment This is a comment ...). I'd say that > eliminates the need for /* ... */.
Except that with (comment ...) the stuff in ... has to have balanced parentheses (& possibly meet other constraints since it's being parsed?). I'm finding that ;, #_, and (comment ...) generally suffice but every once in a while I do miss having block comments (like /* ... */, or Common Lisp's #| ... |#), e.g. when I want to comment out a big chunk of partially-written code that may not be balanced, or when I have a real comment that includes partial bits of code that may not be balanced. -Lee -- Lee Spector, Professor of Computer Science School of Cognitive Science, Hampshire College 893 West Street, Amherst, MA 01002-3359 lspec...@hampshire.edu, http://hampshire.edu/lspector/ Phone: 413-559-5352, Fax: 413-559-5438 Check out Genetic Programming and Evolvable Machines: http://www.springer.com/10710 - http://gpemjournal.blogspot.com/ -- 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