Remix.run Logo
nsonha 3 months ago

also a syntax for braces that looks like escaping

dionian 3 months ago | parent [-]

Yeah, that almost bothers me more than "STR."

Symbiote 3 months ago | parent [-]

\{ is currently invalid syntax in Java, so it can be given a meaning.

${ is valid syntax (the string value "$\") so giving it a new meaning would break existing programs. That's not acceptable.