e 0))) since
the multi-argument version of trampoline doesn't appear to use ^: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 ne
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 - ple
op" "level" "file2"]
["top" "level2" "file3"]])
=> {"top" {"level2" ["file3"], "level" ["file1" "file2"]}}
--
Juha Arpiainen
On May 5, 3:40 pm, Steffen wrote:
> Hello,
>
> I
g and double primitives as local variables.
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
On Nov 10, 10:28 pm, David Jacobs
wrote:
> I have a sorted list, and I'd like to derive from that a list
> containing all "ties" in the original.
One more solution assuming input is sorted:
(defn seq-ties [coll]
(mapcat #(cons (first %) %) (keep next (partition-by ident
On Nov 6, 7:57 pm, Ken Wesson 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 primes-to [n]
some 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" gr