in reply to Re: Implementing (elisp-like) buffers in Perl 6: how to do buffer-localisation of arbitrary package variables?
in thread Implementing (elisp-like) buffers in Perl 6: how to do buffer-localisation of arbitrary package variables?
I've wanted string bookmarks on several occasions in Perl. It is nice that you can parse with:
but it'd be even nicer to be able to work with substitutions in a similar manner, single-stepping different substitutions intermixed with different matches and being able to make multiple substr() LVALUE things that keep their position in the face of such substitutions or changes to other substr() LVALUE things. - tyeif( /.../gc ) { } elsif( /:::/gc ) {
|
|---|