I'm working on a GUI application in Swing+Clojure that requires various mutable pieces of data (e.g. scroll position, user data, filename, selected tool options etc.).
I can see at least three ...
I am working through the example Netty HTTP Client code in order to make http requests within a concurrent, threaded environment.
However, my system breaks completely (with a slew ...