Hacker News new | ask | show | jobs
by minitech 1515 days ago
Swift does have raw strings (the #"extended delimiter"# syntax).
1 comments

No. Those ALSO have string interpolation!

#"\#(expression)"#

That is exactly the point.

But they’re a distinct string syntax. Your point seemed to be that there was only one. rf"{expression}" works in Python too, note, so either way you want to interpret it, raw strings aren’t a difference.
No, they aren't. You can have any number of #. Including zero. It's ONE syntax.