If the \ operator is not defined in swift, does it treat it as something that can be operator overloaded?<br><br><br><div class="gmail_quote"><div dir="ltr">On Sun, Feb 5, 2017 at 10:29 AM Nicolas Fezans via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="gmail_msg">Dear all,<div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">This is a rather simple proposal to add &#39;\&#39; (backslash character) as a valid operator-head in the swift grammar.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">One argument for it, is that there exist a backslash operator in the MATLAB/Scilab/Octave languages. In this languages A\B solves the linear system A*X = B for X (or the least square problem associated to it if the system of equations is overdetermined). I am doing some numerical computation in Swift and it would be nice to be able to declare the same operator name for this functionality.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">I might have missed some arguments for not adding them, but I seems to me that until now the \ character is only used inside of string literals. If that is the case, both uses should never generate a conflict or be ambiguous, isn&#39;t it? (String literals keep their interpretation of \ and \ used otherwise within the swift code will be interpreted as an operator or as the beginning of an operator)</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">I am curious to see what will be the feedback on this.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">Nicolas</div></div>
_______________________________________________<br class="gmail_msg">
swift-evolution mailing list<br class="gmail_msg">
<a href="mailto:swift-evolution@swift.org" class="gmail_msg" target="_blank">swift-evolution@swift.org</a><br class="gmail_msg">
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class="gmail_msg">
</blockquote></div>