<div dir="ltr"><div dir="ltr"><div>My thoughts on this: <br></div><div><br></div></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 20, 2019 at 2:03 PM Paul Bone <<a href="mailto:paul@bone.id.au">paul@bone.id.au</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
    if (...) { <br>
        x = ...<br>
    } else {<br>
        x = ...<br>
    }<br>
    print!(x)   % We can use x here.<br>
<br></blockquote><div>This is indeed not what you expect for this kind of syntax.</div><div>All other languages that have this syntax will throw you an error.</div><div>People will indeed expect this to be the case.</div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
The main counter-proposal I have is:<br>
<br>
    var x<br>
    if (...) { <br>
        x = ...<br>
    } else {<br>
        x = ...<br>
    }<br>
    print!(x)   % We can use x here.<br>
<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Good: Familiar<br></blockquote><div>👍<br></div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Bad: More verbose than necessary<br></blockquote><div><br></div><div>More verbose, yes, but perhaps more clear what is happening.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Interesting: "var" is a weird keyword for something that doesn't vary.  But<br>
             I think here's where we make another pragmatic choice and do<br>
             call them variables.<br></blockquote><div><br></div><div>Why not call them 'val' then? As in values?</div><div>There are languages that do this. (Scala, iirc)</div><div>That makes it super clear, but not sure if this is 'in theme' for the current Plasma vocabulary?<br></div><div> </div></div><div class="gmail_quote"><br></div><div class="gmail_quote">Gert<br></div><div class="gmail_quote"><br></div></div>