Add string interpolation to Java using back-ticks similar to ECMAScript

Behrang Saeedzadeh behrangsa at gmail.com
Mon Sep 4 02:20:53 UTC 2017


As back-tick is not used in Java at the moment, grammar-wise this should be
relatively easy. And the parser can translate such strings to string concat
or StringBuilder calls.

A simple syntax sugar, but very sweet.

Best regards,
Behrang Saeedzadeh


More information about the discuss mailing list