in reply to Re^3: Paul Graham on Great Hackers
in thread Paul Graham on Great Hackers

I think the idea is fascinating, though I feel
for (split/\n/,$string) { }
is not consice enough ;-). There's a whole thread about implementing this in perl 6 here. Incidentally, there's also talk about adding an encoding layer on strings, so you can handle strings as collections of bytes, unicode chars, uncode combined chars or lines (though the syntax escapes me at the moment)