Re: wget replacement code review

2010-04-23 Thread JonathanMeeks
It's not answering your idiomatic clojure question, but extract-url- filename will have problems because of this: user> (.getFile (URL. "http://www.foo.com/";)) "/" On Apr 21, 1:08 pm, Brent Millare wrote: > Technically I didn't write my own cause I just copied pasted it ;) > > For the purpose

Typo on http://clojure.org/jvm_hosted

2008-11-24 Thread JonathanMeeks
If this is the incorrect forum to post this please point me in the correct direction... On http://clojure.org/jvm_hosted The celsius defn has a doto with incorrect syntax. Shouldn't (doto frame (setLayout (new GridLayout 2 2 3 3)) ...) be (doto frame