RFR - Implementation of JEP-430 String Templates (Preview) CSR
Jim Laskey
james.laskey at oracle.com
Tue Oct 25 16:41:05 UTC 2022
Request for a broader review of the String Template APIs for JEP 430.
Summary:
Enhance the Java programming language with string templates, which are similar to string literals but contain embedded expressions. A string template is interpreted at run time by replacing each expression with the result of evaluating that expression, possibly after further validation and transformation. This is a preview language feature and API.
CSR: https://bugs.openjdk.org/browse/JDK-8286021
JEP: https://openjdk.org/jeps/430
Thank you.
— Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/core-libs-dev/attachments/20221025/40c4b50f/attachment.htm>
More information about the core-libs-dev
mailing list