Re: clojure.xml/parse of XHTML yields a 503 on the DTD

2009-11-06 Thread Christophe Grand
The w3c filters traffic to DTDs, see here for more details: http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic Christophe On Sat, Nov 7, 2009 at 7:21 AM, Joubert Nel wrote: > > Hi, > > I'm trying to parse the XHTML at > http://wiki.stat.ucla.edu/socr/index.php/SOCR_Data_Dinov

Re: clj-iter, an iteration macro for Clojure inspired by Common Lisp's Iterate

2009-11-06 Thread hoeck
Hi Daniel, I too like the iter macro so much that I've written my own version for clojure (http://github.com/hoeck/clojurebox2d/blob/master/hoeck/ iterate.clj :). I use it to make it easier to work with the JBox2D physics engine, which is a a Java port from Box2D (written in C++) and thus often