Re: "true" lightweight threads on clojurescript?

2014-04-10 Thread Marc Boschma
Maybe I am missing a point but wouldn't it be better to restructure to use web workers and have a UI layer that all apps (different workers) could utilise for interactions with the user ? Marc > On 10 Apr 2014, at 12:12 am, t x wrote: > > Regarding yield: > > Understood, thanks for clarifyi

Re: seancorfield /clj-soap

2013-05-18 Thread Marc Boschma
Well understood Sean! If I work out away to up lift the code I'll contribute that back. I was just checking to see if anyone else had tried. If, like you, I need to find another way is Axis 1.x an easier platform than 2.x ?The Java SOAP landscape seems overly complex. Marc I really wish the

Re: how do I find an IO exception triggering retries in clj-http?

2013-03-04 Thread Marc Boschma
Might be a silly suggestion but are the first 3 connections leading to redirects (30x's) ??? On 05/03/2013, at 10:18 AM, larry google groups wrote: > > So, thanks to Michael Klishin, Aaron Cohen, Frank Siebenlist and Craig > Brozefsky I am now able to correctly ping the Omniture API. But I am

Re: [ANN] Dire, Erlang-style error handling

2012-12-28 Thread Marc Boschma
Would it make sense for the handler to have access to the exception 'e' ? On 29/12/2012, at 6:14 AM, Michael Drogalis wrote: > Hey folks, > > After watching The Language of the System and being directed to Joe > Armstrong's paper on error handling, I concurred that his approach is > fantastic

Re: School Seating Charts

2012-08-07 Thread Marc Boschma
I would encourage you to blog, especially appengine-magic. Does it use or need core.logic ? On 07/08/2012, at 2:24 PM, Evan Mezeske wrote: > I just launched https://www.schoolseatingcharts.com , which might be of > interest to this mailing list because it's constructed out of 100% Clojure >