Re: Immutable Piece-table

2011-07-12 Thread Ben Smith-Mannschott
On Wed, Jul 13, 2011 at 02:33, Ghadi Shayban wrote: > > I put up a simple demo that implements a piece table data structure in > Clojure > > (This is totally an excuse to use finger trees, which Chris Houser > implemented and excellently presented at the first conj) > > A piece table is good for b

Immutable Piece-table

2011-07-12 Thread Ghadi Shayban
I put up a simple demo that implements a piece table data structure in Clojure (This is totally an excuse to use finger trees, which Chris Houser implemented and excellently presented at the first conj) A piece table is good for buffer management in a text editor, as it gets around making change