Re: String reboot (plain text)

2019-02-10 Thread Remi Forax
About the formatting rules, we can reuse the doc comment trick to use a character to specify the alignment. String html = \" " " " Hello World. "

Re: String reboot

2019-02-10 Thread John Rose
On Feb 10, 2019, at 1:05 PM, John Rose wrote: > > 3. The infinite set should not be just the cyclic repetition > of some seed string, like a single quote character. This > is why the word "non-periodic" appears above In the > periodic case (alone) there are some strings which just barely > miss

Re: String reboot

2019-02-10 Thread John Rose
On Feb 10, 2019, at 8:30 AM, James Laskey wrote: > > I should know better than format e-mails. Many a backslash eaten. The summary > should be; > >>> For instance; if we got up from the table with the ", """, \", \""" set of >>> delimiters, we could still introduce structured delimiters in the

Re: String reboot (plain text)

2019-02-10 Thread Jim Laskey
Focus = Instead of ordering everything on the menu and immobilizing ourselves with excessive gluttony, let’s focus our attention on the appetizer. If we plan correctly, we'll have room for entrees and desserts later. The appetizer here is simplifying the injection of "foreign" language code

Re: String reboot

2019-02-10 Thread James Laskey
I should know better than format e-mails. Many a backslash eaten. The summary should be; >> For instance; if we got up from the table with the ", """, \", \""" set of >> delimiters, we could still introduce structured delimiters in the future; >> either with repeated \ (see Swift) or repeated

String reboot

2019-02-10 Thread Jim Laskey
> > > Focus > > Instead of ordering everything on the menu and immobilizing ourselves with > excessive gluttony, let’s focus our attention on the appetizer. If we plan > correctly, we'll have room for entrees and desserts later. > > The appetizer here is simplifying the injection of "foreign