Clojure + ClojureScript + Electron + Om.Next + Boot and ProtoRepl on Atom to co-exist?

2016-10-05 Thread Mathias De Wachter
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,

Re: 0-arity of transducer in transduce

2016-08-31 Thread Mathias De Wachter
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, >

0-arity of transducer in transduce

2016-08-24 Thread Mathias De Wachter
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

Re: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2016-03-19 Thread Mathias De Wachter
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

range function wrong in 1.7.0-beta?

2015-04-18 Thread Mathias De Wachter
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

Re: Why is my function faster with eval?

2014-10-13 Thread Mathias De Wachter
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