> On 11 Sep 2018, at 12.31, Guillaume Laforge <glafo...@gmail.com> wrote: > > Javascript's `backquoted ${str}` are immutable. > So changing the embedded variable str won't change the value of the templated > string. > As if we didn't have enough variants of strings ;-) perhaps we should support > that one too :-) >
Except that backquotes might have a different purpose on Java later :D http://openjdk.java.net/jeps/326 -mikko