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
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