Hi Meikel,

Meikel Brandmeyer wrote:
> Dear Clojurians,
> 
>> I'd like to announce LazyMap2. LazyMap is to the map types, what
>> lazy-cons is to sequences.
> And obviously it is broken, because LazyMapSeq implements only ISeq and
> not Sequential. The fix is already in the Mercurial repository.
> 
> Sorry for the invovenience.

I wanted to try your lazy map implementation just now and hit a snag. As
I understand it, I should be able to load the library by adding the jar
file to the classpath and using

user=> (require 'de.kotka.lazymap)

however, that gives me

java.lang.ExceptionInInitializerError (lazymap.clj:0)

I tried both the release jar and building my own from hg (by the way,
your Makefile fails on GNU Make on Linux, as far as I can tell it's
because you're using .for) and they suffer from the same problem.

Am I doing something wrong or is this an incompatibility with recent
clojure versions?

Thanks
~phil

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