On Wed, Mar 18, 2009 at 8:22 PM, Kevin Downey <[email protected]> wrote: > > this came up on irc starting: > http://clojure-log.n01se.net/date/2009-02-18.html#23:49 > and the solution: > http://clojure-log.n01se.net/date/2009-02-19.html#0:30
Interesting. I noticed something similar the other day: user=> (defn ... [] (print 'something)) #'user/... user=> (...) java.lang.IllegalArgumentException: Malformed member expression, expecting (.member target ...) (NO_SOURCE_FILE:4) user=> But I suppose that's a reader macro thing? -- Michael Wood <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
