On 22 Jun 2016, at 09:39, Goffredo Marocchi via swift-evolution 
<[email protected]> wrote:
> 
> Sorry, but can you explain why the character used to   escape   strings is 
> also the best choice to do   Variable value extraction/String interpolation?  
> They are two different concepts.

One could argue they are different concepts, but that would be prioritising 
absolute purity over simplicity and clarity.

The current \() method is simple, clear, and easy to type and read. It's also 
compatible with the use of \ as an escape character which is a huge plus. I 
don't think it makes sense to replace it with another character simply for 
absolute purity's sake, especially if such a substitution would introduce 
another character that would require escaping.

Sincerely,
João Pinheiro
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to