Re: ANN: Late October London Clojure Dojo at Thoughtworks on 30 October 2012

2012-10-30 Thread Andrew Cowper
Code from Team 2 https://gist.github.com/3983804 Thanks for another fun dojo... Andrew On Monday, 22 October 2012 12:20:35 UTC+1, Bruce Durling wrote: > > Roll up! Roll up! > > On Tuesday 30 October we'll be having another clojure dojo, this time > hosted by ThoughtWorks. Details and sign up

Selecting overloaded java method with type hinting

2012-09-20 Thread Andrew Cowper
his seems strange to me: We're trying to call the submit(Callable) method on the ExecutorService, passing in a Clojure function. First of all we use an executor in a global def, and submit a function, and it appears to use the submit(Runnable) method i.e. we're getting nil instead of the resul