Re: Sneak Peek

2009-11-27 Thread jim
I discovered a rather subtle bug as I was coding an example web-app, so I haven't got the code out yet. Will ASAP. That tutorial is going to take a little time to write, because as the Haskell folks note, "Here be dragons!". The continuation monad is one of the most powerful and can be considered

Re: Sneak Peek

2009-11-27 Thread Martin Coxall
On Nov 25, 2:59 pm, Konrad Hinsen wrote: > On 25.11.2009, at 15:32, jim wrote: > > > That's exactly what it is. I used the continuation monad from > > clojure.contrib.monads. After I get the code out, I'll be writing a > > tutorial on how it works which will also explain the continuation > > mon

Re: Sneak Peek

2009-11-27 Thread Martin Coxall
On Nov 25, 2:32 pm, jim wrote: > Graham, > > That's exactly what it is. I used the continuation monad from > clojure.contrib.monads. Mention it on the website, and you instantly win +50 bonus Web 2.0 points for buzzword-compliance. Congraturation! > After I get the code out, I'll be writing a

Re: Sneak Peek

2009-11-25 Thread Konrad Hinsen
On 25.11.2009, at 15:32, jim wrote: > That's exactly what it is. I used the continuation monad from > clojure.contrib.monads. After I get the code out, I'll be writing a > tutorial on how it works which will also explain the continuation > monad. I found that monad to be the most difficult to get

Re: Sneak Peek

2009-11-25 Thread jim
Graham, That's exactly what it is. I used the continuation monad from clojure.contrib.monads. After I get the code out, I'll be writing a tutorial on how it works which will also explain the continuation monad. I found that monad to be the most difficult to get my head around, but it's hugely powe

Re: Sneak Peek

2009-11-25 Thread Graham Fawcett
Hi Jim, On Tue, Nov 24, 2009 at 11:21 PM, jim wrote: > Evening all, > > I've been working on a library for writing web applications for > compojure. I've got it written and (I think) working. First thing > tomorrow is to write a sample app and post it along with the library. > > But in the meanti

Sneak Peek

2009-11-24 Thread jim
Evening all, I've been working on a library for writing web applications for compojure. I've got it written and (I think) working. First thing tomorrow is to write a sample app and post it along with the library. But in the meantime, I thought I'd let you all read about it if you're having troubl