[E-Lang] Collection syntax ideas

Tyler Close tclose@oilspace.com
Mon, 26 Mar 2001 18:04:20 +0100


> - Without some mutable object, Accumulation is difficult or
> expensive.  StringBuffers provide accumulation support for
> immutable strings.

This criteria might be leading you astray. Accumulation is neither
difficult nor expensive with Hydro. It is certainly not incomparable
to Java's mutable collections. Maybe you could write some pseudocode
for an example that shows such a problem.

Tyler