Re: Lazily read XML larger than memory: my take at parser API

2011-05-31 Thread Ilya Kasnacheev
eam-reader) seems suboptimal, maybe I'll figure it out later. On 31 май, 23:25, Ilya Kasnacheev wrote: > Hi *! I've tried a few searches on parsing XML files larger than > memory, didn't find anything and wrote a simple framework for parsing > XML via STAX to lazy sequence of d

Lazily read XML larger than memory: my take at parser API

2011-05-31 Thread Ilya Kasnacheev
Hi *! I've tried a few searches on parsing XML files larger than memory, didn't find anything and wrote a simple framework for parsing XML via STAX to lazy sequence of defrecords. It is therefore capable of reading several GB of xml without much problems. It is quite declarative but also quite ugly

Clojure ant tasks: Now with Clojure 1.2

2011-05-17 Thread Ilya Kasnacheev
Hi *, As if somebody cared, I made clojure-ant-tasks to run with Clojure 1.2 https://github.com/alamar/clojure-ant-tasks Here is the checklist of things I want to implement but hasn't yet in case I forget something: * Fix a bug where compilepath property on clojure-compile is relative to curren