Hi,

I renamed some words for consistency.

The previous word ``lines'' is now called ``stream-lines''.  The new  
``lines'' word reads from input-stream.

Likewise, ``contents'' is now named ``stream-contents'' and the new  
word ``contents'' reads from the input-stream.


IN: io

: stream-lines ( stream -- seq ) .. ;
: lines ( -- seq ) input-stream get stream-lines ;

: stream-contents ( stream -- seq ) .. ;
: contents ( -- seq ) input-stream get stream-contents ;

If you can think of any other inconsistencies, please let me know.

Doug

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to