[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Reply to: [list | sender only]
Re: [ddlm-group] Simon's elide proposal
- To: Group finalising DDLm and associated dictionaries <[email protected]>
- Subject: Re: [ddlm-group] Simon's elide proposal
- From: "Herbert J. Bernstein" <[email protected]>
- Date: Wed, 12 Jan 2011 14:29:29 -0500 (EST)
- Cc: FCB <[email protected]>
- In-Reply-To: <8F77913624F7524AACD2A92EAF3BFA54166D7D1EA8@SJMEMXMBS11.stjude.sjcrh.local>
- References: <[email protected]><[email protected]><[email protected]><[email protected]><8F77913624F7524AACD2A92EAF3BFA54166D7D1EA8@SJMEMXMBS11.stjude.sjcrh.local>
My thanks for John for giving these translations into
Simon's proposal. They are similar to what we have
had to do for many years with the line folding protocol
in CIF1 and semi-colon-delimited string.
Correcting my typos and summarizing thre first couple of
examples, it appears that we are being presented with the following
choice. Ralf, Simon and John, please correct me for what
I have misunderstood. If I have this right, Ralf's proposal
seems a cleaner way to do each task, but Simon's does
seem able to cope. I have verified that Simon's proposal
is a valid non-conflicting subset of Ralf's proposal, even
including the end-of-line elide to post elide the extra
quote marks. All the more reason to support the proposed
compromise -- start with Simon's proposal and then explore
fully extending to the cleaner whole of Ralf's proposal.
Note that the r"""...""" and r'''...''' constructs would
do a particularly neat job of preserving elides to be
passed on to higher levels.
A. Ralf's proposal:
One way to deliver " to an application would be """\""""
One way to deliver ' to an application would be '''\''''
An alternative, is, of course '"' in the first case, and "'"
in the second, but if we are working with both, as in say,
to deliver '"O'" to an application we could use """'"O'\""""
or '''\'"O'"'''
One way to deliver \" to an application for its own elide
processing would be r"""\""""
One way to deliver \' to an application for its own elide
processing would be r'''\''''
An alternative, is, of course '\"' in the first case, and
"\'" in the second, but if we are working with both, as in
say to deliver '"O'\" to an application we could use
r"""'"O'\"""".
B. Simon's proposal
One way to deliver " to an application would be """"\\n"""
One way to deliver ' to an application would be ''''\\n'''
An ternative is, of course '"' in the first case, and "'"
in the second, but is we are working with both, as in say
to deliver '"O'" to an application we could use
"""'"O'"\n""" or ''''\n"I'"'''
One way to deliver \" to an application for its own elide
processing would be """\\\"\\n"""
One way to deliver \' to an application for its own elide
processing would be '''\\\'\\n'''
An alternative, is, of course '\"' in the first case, and
"\'" in the second, but if we are working with both, as in
say to deliver '"O'\" to an application we could use
"""'"O'\\\"\\n""".
=====================================================
Herbert J. Bernstein, Professor of Computer Science
Dowling College, Kramer Science Center, KSC 121
Idle Hour Blvd, Oakdale, NY, 11769
+1-631-244-3035
[email protected]
=====================================================
On Wed, 12 Jan 2011, Bollinger, John C wrote:
> On Wednesday, January 12, 2011 7:39 AM, Herbert J. Bernstein wrote:
>
>> Please state the proposal F handling of the following strings, both syntax and semantics, here presented in their python form
>
> I take this as a response to James's invitation, but inasmuch as he is (I hope) sleeping at the moment, I will endeavor to pick up the flag.
>
>> """\""""
>> '''\''''
>
> Taking the first of these as representative of this pair:
>
> This is a string containing one quote character. The best elision under proposal F would be
> """"\
> """
> Easier, however, would be to write it as one of these:
> '"'
> '''"'''
>
>> r"""\"'''
>> r'''\''''
>
> Supposing that you mean r"""\"""" in the former case, and taking the second as representative of the pair:
>
> This is a string containing a backslash character followed by an apostrophe character. The best proposal F elision would be
> '''\'\
> '''
> Simpler representations would be
> '\"'
> '''\"'''
>
>
>> """\
>> \"\
>> """
>
> The string contains one quote character, just like the first example. The elision is therefore the same.
>
>> r"""\
>> \"\
>> """
>
> This is a string containing six characters: backslash, newline, backslash, quote, backslash, newline. The best elision for this string under proposal F would be:
> """\\
> \\"\\
> """
> There is an equivalent form using ''', but it is no simpler.
>
>
> Cheers,
>
> John
> --
> John C. Bollinger, Ph.D.
> Department of Structural Biology
> St. Jude Children's Research Hospital
>
>
>
>
> Email Disclaimer: www.stjude.org/emaildisclaimer
>
> _______________________________________________
> ddlm-group mailing list
> [email protected]
> http://scripts.iucr.org/mailman/listinfo/ddlm-group
>
_______________________________________________
ddlm-group mailing list
[email protected]
http://scripts.iucr.org/mailman/listinfo/ddlm-group
Reply to: [list | sender only]
- Follow-Ups:
- Re: [ddlm-group] Simon's elide proposal (SIMON WESTRIP)
- Re: [ddlm-group] Simon's elide proposal (Herbert J. Bernstein)
- References:
- [ddlm-group] Simon's elide proposal (James Hester)
- Re: [ddlm-group] Simon's elide proposal (Herbert J. Bernstein)
- Re: [ddlm-group] Simon's elide proposal (James Hester)
- Re: [ddlm-group] Simon's elide proposal (Herbert J. Bernstein)
- Re: [ddlm-group] Simon's elide proposal (Bollinger, John C)
- Prev by Date: Re: [ddlm-group] Focusing the elide discussion
- Next by Date: Re: [ddlm-group] Simon's elide proposal
- Prev by thread: Re: [ddlm-group] Simon's elide proposal
- Next by thread: Re: [ddlm-group] Simon's elide proposal
- Index(es):

