plaidgroup / plaid-lang

The Plaid Programming Language Tools
11 stars 1 forks source link

good collections standard library #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to have a good set of collections classes in the Plaid 
standard library.  The Java ones aren't ideal and they're a good demonstration 
for the language.  Inspiration should come partly from Smalltalk, e.g. see 
William Cook's paper for some examples:

http://carlstrom.com/stanford/cs242/readings/12.pdf

But, of course, unlike Smalltalk we should have more immutable collections, and 
stateful collections should have states.

Original issue reported on code.google.com by jonathan...@cs.cmu.edu on 9 Aug 2010 at 6:07