Re: async http client in clojure

2010-08-17 Thread zahardzhan
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

Re: Bug in Clojure. Trouble with App Engine.

2010-06-14 Thread zahardzhan
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

Bug in Clojure. Trouble with App Engine.

2010-06-13 Thread zahardzhan
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

Using deftype to define mutually recursive data inside agent

2010-03-03 Thread zahardzhan
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 {