Any reason why we don't have `any?`. Googled without much luck.
Trivially done as `comp boolean some` not doubt, but I know I use it more
than not-any at least.
It's particularly useful as a composable `or`.
--
You received this message because you are subscribed to the Google
Groups "Clojure"
I had a similar problem where I patched it back it in :
https://gist.github.com/coltnz/4818581be0231207a046
On Friday, February 20, 2015 at 5:10:50 PM UTC+13, Adam Krieg wrote:
>
> I'm running into what appears to be the same issue described in CLJ-1604
> <http://dev.clojur
On Friday, January 23, 2015 at 12:59:40 AM UTC+13, Derek Troy-West wrote:
>
> From the documentation:
>
> (chan buf-or-n xform ex-handler)
>
> "If a transducer is supplied a
> buffer must be specified. ex-handler must be a fn of one argument -
> if an exception occurs during transformation it wil
Some unsolicited testimony: Max is doing a great job with Alia and in keeping
it up to date with the current Cassandra driver. We're happily using it in a
bunch of projects.
cheers
Colin
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to t
Thanks Timothy, yeah I gave it some thought and did seem non trivial.
Shame because Netty uses ThreadLocals for ref counting its direct memory
buffers so they don't release cleanly in go blocks.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To pos
Do we expect this, seems inconsistent?
cheers
Colin
(def ^:dynamic dvar 1)
(def tl (ThreadLocal.))
(.set tl 1)
(def _ (clojure.core.async/go
(println "Expect 1, ThreadLocal: " (.get tl))
(println "Expect 1, Dvar: " dvar)))
#'user/_
Expect 1, ThreadLocal: nil
Expect 1, Dvar: 1
--
You re
Alia / Hayt are a great combo thanks Max!
I'm looking forward to trying Cassandra as a lazy-seq.
Colin
--
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
ccm the Cassandra Cluster Manager, https://github.com/pcmanus/ccm, allows the
running up of arbitrary Cassandra clusters from specific version source.
ccm-clj (https://github.com/SMX-LTD/ccm-clj) is a Clojure interface designed
specifically for the ease of use of ccm in Clojure integration tests
Hi Peter,
Timbre looks quite cool but just a bit surprised to see it using spit.
Surely thats not particularly performant or is there something I'm missing?
cheers
Colin
On Thursday, December 5, 2013 6:30:11 AM UTC+13, Peter Taoussanis wrote:
>
> Hi all, quick batched update on some libs that
Hi the other Colin.
It's a shame this thread's been somewhat rudely hijacked from its purpose.
Hopefully others aren't dissuaded from speaking out in support too.
My team will heartily endorse such a project.
Here's why:
- we have a large legacy codebase of Java to embrace and extend with Cloj
So thats at least four clojure monad libraries I know of. This
one, https://github.com/bwo/monads,
https://github.com/jduey/protocol-monads and the original
(?) https://github.com/clojure/algo.monads.
Anyone care to comment on the differences beyond use of protocols or not?
Pick me a winner...
Hi,
not sure if this is considered too frivolous somehow but I've thought many
times how nice it would be to modify a fileseq call by using a min-depth or
max-depth modifier rather constructing a filter.
Depth would refer to the levels of the underlying treeseq returned.
So min-depth=0,max-dept
Hi there,
I see precedent for this on the list so hopefully still kosher,
Is anyone out there interested in Clojure work in Auckland (could help with
visa potentially)?
We do cool cloud, big data stuff (Storm, Cassandra, Cascalog).
Please reply to me off list.
cheers
Colin.
--
You rec
13 matches
Mail list logo