On Feb 1, 1:27 pm, Jan Rychter <j...@rychter.com> wrote:
>   (loop [[a b] [1 2]]
>     (if (= a 2)
>       true
>       (recur [(+ a 1) (+ b 1)])))
>
>   java.lang.NoClassDefFoundError: clojure/core$loop__4287$fn__4289 
> (NO_SOURCE_FILE:1)
>     [Thrown class clojure.lang.Compiler$CompilerException]


It works for me. What's the SVN revision of the Clojure that you're
using?

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