June 13, 2012
2:44 p.m.
On Wed, Jun 13, 2012 at 2:56 PM, Guillermo Polito <guillermopolito@gmail.com> wrote:
oc := OrderedCollection new. ws := oc writeStream.
streaming over an OrderedCollection is officially not supported for standard streams (see http://scg.unibe.ch/scgbib?query=Cass09a for details). You can only stream over an Array or String. Or you can use Nile that doesn't have this problem. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry