in reply to Re^3: Paul Graham on Great Hackers
in thread Paul Graham on Great Hackers
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)for (split/\n/,$string) { }
|
|---|