Re: clojure.spec & protocol fn

2016-06-06 Thread Vjeran Marcinko
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

Re: State of Clojure 2015 survey results

2016-01-28 Thread Vjeran Marcinko
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

Re: Clojure Async/State Machine/Workflow Libraries?

2015-04-30 Thread Vjeran Marcinko
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

Is Clojure fit for giant space-efficient in-memory tree structures?

2014-06-26 Thread Vjeran Marcinko
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