Re: Clojure 1.3 head holding bug

2011-11-28 Thread Juha Arpiainen
^:once. -- Juha Arpiainen -- 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

Re: Type hinting inconsistencies in 1.3.0

2011-05-12 Thread Juha Arpiainen
and IFn, then (Foo/bar foo) resolves to the wrong version. -- Juha Arpiainen -- 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

Re: Recreate a hierarchy

2011-05-05 Thread Juha Arpiainen
{level2 [file3], level [file1 file2]}} -- Juha Arpiainen On May 5, 3:40 pm, Steffen steffen.die...@gmail.com wrote: Hello, I'm trying to come up with a way to recreate a directory hierarchy. Entries within zip archives are just flat strings like top/level/file1, but I would like to operate

Re: Converting from 1.2 to 1.3-alpha3

2010-11-19 Thread Juha Arpiainen
. But the bug doesn't seem to be new. I get the same error if I try to assign an int into a long deftype field in 1.2. -- Juha Arpiainen -- 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

Re: Find all ties in a sorted list

2010-11-10 Thread Juha Arpiainen
-by identity coll -- Juha Arpiainen -- 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

Re: The Genuine Sieve of Eratosthenes

2010-11-06 Thread Juha Arpiainen
On Nov 6, 7:57 pm, Ken Wesson kwess...@gmail.com wrote: Here's a Clojure sieve that works fine up to at least 50 million and is reasonably fast (though the same algorithm implemented in Java is 10x faster even with the type hints and primitive arithmetic in the Clojure; not sure why). (defn

ANN: A clojure port of the compiler

2010-10-26 Thread Juha Arpiainen
information about bootstrapping is at http://subluminal.org/cljc . Included also is a bytecode assembler/disassembler and a binary format parser/writer library. -- Juha Arpiainen jarpi...@iki.fi -- You received this message because you are subscribed to the Google Groups Clojure group. To post