[racket-dev] proposal: `data' collection

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Wed Jun 23 14:29:50 EDT 2010

At the Northeastern PLT lunch today, I proposed adding a top-level
`data' collection, for all manner of data structures.  People here
thought it was a good idea, so I'm proposing it to the whole group.

Definitely candidates:
 Hari Prashanth's functional data structure library (which he's been
working on with me)
 `unstable/skip-list' (by Ryan)
 `unstable/interval-map' (by Ryan)
 `unstable/queue' (by Carl)

Possible candidates (these would still be provided by `racket' if they
are currently):
 `racket/dict'
 `racket/set'
 `racket/list'
 `racket/vector'
 `unstable/{list,dict,set,hash}'
 `unstable/sexp-diff'

Thoughts?
-- 
sam th
samth at ccs.neu.edu


Posted on the dev mailing list.