<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=""><div class="">I think the editor would recognize that "&lt;==“ was just</div><div class="">typed and replace it with the unicode character ≤ immediately.</div><div class=""><br class=""></div><div class="">Likewise, x^2 would be recognized and turned into x with 2 in superscript.</div><div class=""><br class=""></div><div class="">As for how the UI would work for other types of symbols,</div><div class="">there are all kinds of techniques for that. &nbsp;That is a UI issue,</div><div class="">for a UI design team to address. &nbsp;XCode’s code completion is just one</div><div class="">example of how UI can manage input issues.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 28, 2017, at 11:43 PM, Charlie Monroe &lt;<a href="mailto:charlie@charliemonroe.net" class="">charlie@charliemonroe.net</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 29, 2017, at 4:57 AM, John Pratt via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</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="">I sent a postal envelope to the Swift team with an article I wrote, arguing that<div class="">symbols and graphics would push the programming language forward.</div><div class=""><br class=""></div><div class="">Wouldn’t it be nice to have an actual multiplication matrix broken out into code,</div><div class="">instead of typing, “matrix()”? &nbsp;It seems to me Swift has the chance to do that.</div><div class=""><br class=""></div><div class="">Also: why does "&lt;==" still reside in code as "less than or equal to” when</div><div class="">there is a unicode equivalent that looks neat? &nbsp;</div></div></div></blockquote><div class=""><br class=""></div><div class="">Hi John,</div><div class=""><br class=""></div><div class="">while it may be visually appealing, can you imagine typing those in real-life programming? I can't. Reaching for Symbol Viewer each time I need to compare two ints is a bit impractical, don't you think? Yes, on some keyboard layouts (e.g. US), you can use Option-&lt; to type ≤, but in general, this one keyboard layout out of many and also the other symbols suggested (union, etc.) are nowhere to be found on a keyboard.</div><div class=""><br class=""></div><div class="">If you desire them, you can define custom operators, but it's IMHO impractical. It would require a radical redesign of the keyboard - and if you suggest the TouchBar, can you imagine symbols from your Fig. 6 on there and having to browse through them looking for the one you want?</div><div class=""><br class=""></div><div class="">If you want to test using them, you can try this library that defines them:&nbsp;<a href="https://github.com/mattt/Euler" class="">https://github.com/mattt/Euler</a></div><div class=""><br class=""></div><br class=""><blockquote type="cite" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Why can’t the square of x have a superscript of 2 instead of having “pow(x,2)? &nbsp;</div><div class="">I think this would make programming much easier to deal with.</div></div></blockquote><div class=""><br class=""></div><div class="">Sorry, but I personally think it would make programming slower. Person, who can type with all 10 of his fingers will outpace a person looking for math symbols on a TouchBar any time he need to use "greater than or equal"...</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=""><br class=""></div><div class="">I expound on this issue in my article:</div><div class=""><br class=""></div><div class=""><a href="http://www.noctivagous.com/nct_graphics_symbols_prglngs_draft2-3-12.pdf" class="">http://www.noctivagous.com/nct_graphics_symbols_prglngs_draft2-3-12.pdf</a></div><div class=""><br class=""></div><div class="">Thank you for reading.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">-John</div></div>_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" class="">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class=""></div></blockquote></div><br class=""></div></div></blockquote></div><br class=""></body></html>