lisp-interface-library icon indicating copy to clipboard operation
lisp-interface-library copied to clipboard

Add stateful sets.

Open tmccombs opened this issue 10 years ago • 1 comments

Currently there are pure sets, and there are set interfaces defined in lil/interface/set that say they are for both pure and stateful, but it doesn't look like there are any stateful sets defined.

tmccombs avatar Sep 21 '15 04:09 tmccombs

Sorry, Thayne, but I'm not actively adding features at this moment. I can review your code and grant you commit bits, if you want. I shouldn't be too hard to add a stateful implementation based on hash-table, one based on bitmaps, and/or one based on automatically wrapping a pure implementation.

fare avatar Sep 21 '15 05:09 fare