On Tue, Nov 18, 2008 at 4:55 PM, mb <[EMAIL PROTECTED]> wrote:
[...]
> I don't know, whether this is more idiomatic Clojure code, but
> it works...
[...]

What revision is that?  On r1099 I got:
java.lang.IllegalArgumentException: Don't know how to create ISeq
from: Symbol (NO_SOURCE_FILE:31)

so I updated to r1109 and got the same thing.

OK, I see you're using the old doseq syntax.  After fixing that I get:
user=> (time (main 16))
stretch tree of depth 17        check: -1
131072  trees of depth 4        check: -131072
32768   trees of depth 6        check: -32768
8192    trees of depth 8        check: -8192
2048    trees of depth 10       check: -2048
512     trees of depth 12       check: -512
128     trees of depth 14       check: -128
32      trees of depth 16       check: -32
long lived tree of depth 16     check: -1
"Elapsed time: 15129.053 msecs"
nil

That's on a 2.8GHz Xeon.

-- 
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 clojure@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to