in reply to Re: Parrot v0.0.1 Released
in thread Parrot v0.0.1 Released
However Ruby has a nice idea that I wouldn't mind seeing in Perl. In Ruby any class can get a looping operation if you define an "each" iterator, and include Enumerable. Well they defined an "each" iterator for strings. There is in Ruby no difference over a file which contains many lines, and looping over a string that contains many lines in it.
How is that for DWIM?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re (tilly) 2: Parrot v0.0.1 Released
by demerphq (Chancellor) on Sep 13, 2001 at 15:56 UTC |