Hm, what do you mean by interpolation syntax precisely? And how would a standardized one look like?
-
-
-
In JS template strings interpolation always happens using ${}. E.g. var dom = html` <body>${myVar}</body> ` Rust is starting to create similar systems using macros, but there's no existing convention on how to interpolate. E.g. {} or {{}} are common, but it varies.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.