Re: Self-recognizing programs and regular expressions
[email protected] (Ton Hospel)
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Organization | lunix confusion services |
| Message-ID | <[email protected]> |
Ah, the idea seems salvagable, but less elegant: this sequence is self matching: ^ ^\^ ^\^\\\^ ^\^\\\^\\\\\\\^ .... so an infinite sequence of ^ with 2**n-1 \ after the n-th ^