You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking it could be worth reverting 5dd8b9e considering the annoyances with requiring : to be escaped laid out in #1, and that this change would be annoying to make in a backwards-compatible way past the initial release (currently ${} is a syntax error, so it can be introduced in the future as a non-breaking change).
I'd like to get other people's thoughts on this, but if there aren't any comments against the change within the next fortnight or so I'll just do it.
The text was updated successfully, but these errors were encountered:
I'll just mention I think Swift's "foo \(bar) baz" would probably have been a better syntax than $ for Julia string escape. Since \ is already special syntax we don't lose anything, whereas $ is otherwise valid in a string.
I'm thinking it could be worth reverting 5dd8b9e considering the annoyances with requiring
:
to be escaped laid out in #1, and that this change would be annoying to make in a backwards-compatible way past the initial release (currently${}
is a syntax error, so it can be introduced in the future as a non-breaking change).I'd like to get other people's thoughts on this, but if there aren't any comments against the change within the next fortnight or so I'll just do it.
The text was updated successfully, but these errors were encountered: