Nevermind - it was late, and I found the error message cryptic.

Sorry for throwing up a red herring.

On Jan 5, 5:30 am, Alessio Stalla <alessiosta...@gmail.com> wrote:
> On Wednesday, January 5, 2011 11:06:34 AM UTC+1, David wrote:

> > java.lang.String cannot be cast to clojure.lang.IFn
> >   [Thrown class java.lang.ClassCastException]
>
> Clojure is a Lisp-1: it has a single namespace for functions and variables.
> If you call your parameter seq, you're shadowing the definition of the seq
> function (and trying to call the seq parameter as a function, which is the
> source of the exception you're getting).

-- 
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

Reply via email to