▲ | dionian 3 months 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 3 months ago | parent | next [-] | ||||||||||||||||
Yeah, I hate to bikeshed, but this is the worst syntax possible without being a full-out prank. | |||||||||||||||||
▲ | nsonha 3 months ago | parent | prev [-] | ||||||||||||||||
also a syntax for braces that looks like escaping | |||||||||||||||||
|