On Sunday, June 5, 2016 at 8:23:10 PM UTC+2, red...@gmail.com wrote:
>
> http://dev.clojure.org/jira/browse/CLJ-1941 has some discussion about
> places where instrumenting won't work.
>
>
Does this mean that this is a bug or something crucial related to protocol
design is preventing this ever be
On Thursday, January 28, 2016 at 5:14:16 PM UTC+1, Alex Miller wrote:
>
> You can find the survey writeup and result data here:
>
>
> http://blog.cognitect.com/blog/2016/1/28/state-of-clojure-2015-survey-results
>
> It's great to see solid growth in both the community at large and in real
> world
If you're looking for something similar to some BPM (BPMN, BPEL...) engines
in Clojure land, I *think* there is nothing similar here. I'm actually
researching that area occasionally, and thinking wishfully about
implementing one in Clojure someday.
When core.async appeared first, since it also
Hi,
I am planning to play with implementing some giant in-memory index that is
basically tree-like structure containing counters on certain tree nodes,
and can aggregate billion data points and will probably consume tens of GBs
of RAM.
Since space (memory)-efficiency is crucial here, I was won