Re: [racket-dev] data collection

2010-08-27 Thread Eli Barzilay
On Aug 26, Sam Tobin-Hochstadt wrote: > Based on discussion from PLT day, I've added the `data' > collection. It currently contains 3 libraries, for queues, skip > lists, and interval maps. As per the earlier discussion, data is > intended to make use of the new ability to do file-level splicing.

Re: [racket-dev] data collection

2010-08-27 Thread Noel Welsh
On Thu, Aug 26, 2010 at 11:37 PM, Sam Tobin-Hochstadt wrote: >  - the current `unstable/{list,set,dict,hash}' libraries (should they > be combined with the above libraries, or added as "list-extra", or > something else?) I favour combining. N. _

[racket-dev] data collection

2010-08-26 Thread Sam Tobin-Hochstadt
Based on discussion from PLT day, I've added the `data' collection. It currently contains 3 libraries, for queues, skip lists, and interval maps. As per the earlier discussion, data is intended to make use of the new ability to do file-level splicing. I will be the overall maintainer of the colle