|
|
|
|
|
by 60secz
2110 days ago
|
|
Shame they don't actually include templating inside of the string literal. Still have to append with a lot of tokenized replaces. Since they've committed to no formatting in the literal section, will be interesting to see if they eventually support a syntax like python's f-strings: f"""${foo}""" |
|
Directly from http://openjdk.java.net/jeps/378: