Remix.run Logo
dionian 9 days ago

Looks great - unlike java which is somehow recommending the format:

STR."Hello \{this.user.firstname()}, how are you?\nIt's \{tempC}°C today!"

compared to scala

s"Hello ${this.user.firstname()}, how are you?\nIt's ${tempC}°C today!"

STR."" ? really?

paulddraper 8 days ago | parent | next [-]

Yeah, I hate to bikeshed, but this is the worst syntax possible without being a full-out prank.

nsonha 8 days ago | parent | prev [-]

also a syntax for braces that looks like escaping

dionian 2 days ago | parent [-]

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