Hi Ray,
I'm in a pretty much identical situation, except that I'm using re-frame for
the gui that connects to the websocket the local clojure app provides. I
haven't gotten as far as you yet, since I haven't yet started the "port" of the
gui from browser to electron. I also have two code bases,
RyjY/S0U1u2nQCQAJ
> https://groups.google.com/d/msg/clojure/uVKP4_0KMwQ/-oUJahvUarIJ
>
> Hoping someone with more insight will comment on this situation.
>
> Bobby
>
> On Wednesday, August 24, 2016 at 4:00:41 AM UTC-4, Mathias De Wachter
> wrote:
>>
>> Hi,
>
Hi,
I'm trying to use the transducer framework for some sequence processing
where I have a core reduction function, but depending on options, extra
functionality can be added to the reduction function. I thought that's a
good fit for hand-written transducers.
However, I'm running into a proble
Hi Timothy,
I'm really glad to see some new commits on fn(fx)! I don't know about others,
but you'll definitely have at least one very enthusiastic user if I can get to
a point where I can use it easily for simple things, and adapt/contribute for
more complex things.
Do you think the project is
Hi,
this looks like quite a serious bug to me (at least it messed up my
project):
First taking the code taken from grimoire:
clojurechess.position> (defn range
"Returns a lazy seq of nums from start (inclusive) to end
(exclusive), by step, where start defaults to 0, step to 1, and end to
Very interesting thread!
I'm having a similar problem and Michaels approach got me a small speedup
(around 15%). When trying Mike's approach on my real data, if fails with
IllegalArgumentException Too many arguments to struct constructor clojure.
lang.PersistentStructMap.construct (PersistentStr