Re: [jug-discussion] Higher Order Messaging - Fun code exercise

2007-04-28 Thread Warner Onstine
Finally got my example posted to my blog here - http:// www.warneronstine.com/blog/articles/2007/04/27/my-groovy-hom-take-2 I ended up using closures that get curried in the HOM object that then get passed to the findAll method, but of course you could even go so far as to make that part

Re: [jug-discussion] Higher Order Messaging - Fun code exercise

2007-04-06 Thread Warner Onstine
On Apr 5, 2007, at 10:06 PM, Thomas Hicks wrote: Speaking of Groovy Whatever happened to Warner's Groovy challenge? (see quote below) Did anyone succeed in creating High Order Messaging in Groovy? (Warner?) I *was* going to try and do it last weekend, but ran out of time. I've

Re: [jug-discussion] Higher Order Messaging - Fun code exercise

2007-04-06 Thread Thomas Hicks
At 06:26 AM 4/6/2007, Warner wrote: On Apr 5, 2007, at 10:06 PM, Thomas Hicks wrote: Speaking of Groovy Whatever happened to Warner's Groovy challenge? (see quote below) Did anyone succeed in creating High Order Messaging in Groovy? (Warner?) I *was* going to try and do it last

Re: [jug-discussion] Higher Order Messaging - Fun code exercise

2007-04-06 Thread Warner Onstine
On Apr 6, 2007, at 11:27 AM, Thomas Hicks wrote: At 06:26 AM 4/6/2007, Warner wrote: On Apr 5, 2007, at 10:06 PM, Thomas Hicks wrote: Speaking of Groovy Whatever happened to Warner's Groovy challenge? (see quote below) Did anyone succeed in creating High Order Messaging in Groovy?

Re: [jug-discussion] Higher Order Messaging - Fun code exercise

2007-04-05 Thread Thomas Hicks
Speaking of Groovy Whatever happened to Warner's Groovy challenge? (see quote below) Did anyone succeed in creating High Order Messaging in Groovy? (Warner?) Not knowing Ruby, but skimming the given articles, it seems that the first author was trying to accomplish several different things