<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 1, 2017, at 2:33 PM, David Sweeris &lt;<a href="mailto:davesweeris@mac.com" class="">davesweeris@mac.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Aug 31, 2017, at 6:27 PM, John McCall via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><div class=""><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">I would argue that there is a much broader philosophical truth here. &nbsp;Programming is not, and never can be, a pure exercise in mathematics, and the concepts necessary for understanding programming are related to but ultimately different from the concepts necessary for understanding mathematics. &nbsp;That is, Dave Sweeris's mathematicians and physicists are almost certainly misunderstanding their confusion: saying that the syntax is wrong&nbsp;implies that there could be a syntax that could be right, i.e. a syntax that would allow them to simply program in pure mathematics.</div></div></blockquote><br class=""></div><div class="">I don't think any of them claimed that any particular programming language's syntax was&nbsp;<i class="">wrong</i>, just that they were confused by it. I only have a clear(ish) recollection of one of them -- the others were too long ago -- and he said something along the lines of "Mathematica is as close as I get to programming because I don't have time to learn how the CS people write things" (and I think his hand was forced WRT learning even just that, because Mathematica was part of a class he was teaching). Anyway, at the time, his sentiment struck me as "not unique", so I'd guess that it tickled a memory of someone(s) expressing somewhat similar views to me before. To be clear, I'm not claiming that view towards programming is common in the general mathematician/physicist population... When I find out someone's an expert in some field in math or physics, I'll&nbsp;probably talk to them about <i class="">that;</i>&nbsp;programming isn't a subject I'd be likely to raise unless their area of expertise is "<i class="">Computational</i>&nbsp;Whatever". So not only is my dataset far too small, and merely anecdotal, it also suffers from selection bias.</div><div class=""><br class=""></div><div class="">Anyway, the point I'm taking my own sweet time getting to is that if Swift's goal is world domination, I think a good place to start with the scientific community could be to let them use the same syntax they learned while spending the better part of decade or more studying. Obviously, Swift already goes a long way towards that goal by allowing custom unicode operators and such, but if you're telling me that getting prettyprint might be in-scope(ish), too...</div></div></div></blockquote><div><br class=""></div><div>Pretty-rendering of expressions and/or formula editing ultimately feel like editor features to me. &nbsp;If there's something you'd specifically like from the language to assist with that, that's in scope to discuss. &nbsp;As someone else pointed out, a language feature here isn't strictly necessary: existing formula editors typically render on-demand from a textual representation of the formula instead of storing layout information in the source. &nbsp;Now, I could imagine an editor wanting some way to embed structured rendering hints in the source without affecting compilation; that seems like a reasonable feature to request. &nbsp;However, we'd want to make sure it was actually going to be used, which means we'd want to be collaborating on it with someone working on an actual editor, not just designing it in the abstract; and of course we at Apple would not be promising that Xcode would actually adopt any of those hints.</div><div><br class=""></div><div>John.</div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Well, I still think that in the long run that problem should to be solved by the OS so that whatever data that ends up getting prettyprinted as "x²" will render that same way in <i class="">every</i> application, even when sent to the console via `print()` or `cout`. In the meantime I won't complain if the first step towards that goal is getting it in the editor, but I worry that such an approach would lead to us creating the 15th standard (<a href="https://xkcd.com/927/" class="">https://xkcd.com/927/</a>). And it's like my momma always said, "you should be part of the solution, not part of the precipitate".</div><div class=""><br class=""></div><div class="">- Dave Sweeris</div></div></div></blockquote></div><br class=""></body></html>