I try to use 4 http clients for Clojure. They are all suck. Use
Atpache Commons HTTP Client - it is best choice.
On Aug 17, 8:12 am, leo wrote:
> I am trying to understand how efficient it would be to use Clojure to
> develop an asynchronous http client for my webapp instead of using
> Java. Is
Thanks. Now it's work fine with array of arguments.
On Jun 14, 12:34 am, Meikel Brandmeyer wrote:
> Hi,
>
> Am 12.06.2010 um 06:08 schrieb zahardzhan:
>
> > When i eval code from Google App Engine SDK clojure throws very
> > strange class cast exception. I put th
When i eval code from Google App Engine SDK clojure throws very
strange class cast exception. I put this code into Java class, then
eval this class from clojure - and there is no problem.
Is this Clojure bug?
Source example:
http://goo.gl/cjjt
--
You received this message because you are subsc
Sorry my english
I use in my small clojure program one complicated mutually-recursive
data structure that represents an agent-in-environment. This structure
is clojure agent which have self-reference inside himself and
reference to environment, where environment is set of agents:
(let [a (agent {