Slava Pestov wrote: > "in.txt" utf8 <file-reader> [ > "out.txt" latin1 <file-writer> [ > <duplex-stream> [ > ... > ] with-stream* > ] with-disposal > ] with-disposal > > Or if you want to read from a file and print to the console in the > same code, > > stdio get > "in.txt" utf8 <file-reader> [ > swap <duplex-stream> [ > ... > ] with-stream* > ] with-disposal
Slava, What would those examples look like using the proposed changes? Ed ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
