Re: How to go about 'proving' why dynamically typed languages are better.

2013-10-08 Thread Greg Bowyer
js> Array(16).join("wat" - 1) + " Batman!" "NaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaN Batman!" js> On Tuesday, October 8, 2013 6:07:47 AM UTC-7, Laurent PETIT wrote: > > 2013/10/8 Robert Day > > >> >> On 08/10/13 13:49, Nando Breiter wrote: >> >>> >>> >>> >>> If you try and add 10 to "Hello"

Re: Help me make this more idiomatic clojure

2010-02-12 Thread Greg Bowyer
The (list) comes from my dabblings with other lisps, using a vector does make more sense and I quite like it I was unaware that, unless I am mistaken from your above code that let bindings are evaluated left to right, that is I was under the impression (incorrectly) that you could not use say vm i

Help me make this more idiomatic clojure

2010-02-11 Thread Greg Bowyer
agement-agent.jar") (aquire-connector ;(. vm detach)) )) --- My question would be is there a better way to express this ? Many thanks -- Greg Bowyer -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post