On Wed, Mar 18, 2009 at 8:22 PM, Kevin Downey <redc...@gmail.com> 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 <esiot...@gmail.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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to