On Tue, Apr 17, 2018 at 6:09 AM, Thautwarm Zhao wrote:
>
> > 3) "target ? expr" (where ? is some other word/character - IIRC
> > "target from expr" was proposed once)
>
> A more popular convention is to mark `?` as handling boolean variables, so
> `target ? expr` could mean `expr if target el
On Mon, Apr 16, 2018 at 11:21 PM, Derek Maciel wrote:
> The modules http.client and http.server both do a wonderful job when
> implementing HTTP clients and servers, respectively. However, occasionally
> there may be a need to create and parse HTTP messages themselves without
> needing to implemen
> Hey! I did not propose "?". Read the explanation in parenthesis.
> My whole idea that any option could be viable, as long as
> it does not propose reversed order notation.
Dear Mikhail, so sorry about my misunderstanding, I should read the post
with fewer presuppositions...
Back to the topic, t
On Tue, Apr 17, 2018 at 03:36:34AM +1000, Chris Angelico wrote:
[further aggressive snippage] *wink*
> > Chris, I must admit that I'm utterly perplexed at this. Your example is
> > as far as from a complex assignment target as you can possibly get. It's
> > a simple name!
> >
> > i := i + 1
>