I'd like to take a swing at adding 3.14's template strings (t"foo{bar}") to Hy.
However, for bracket strings, following the same rules for f-strings... it'd be a breaking change for anyone already using #[t[ or #[t-$SOMETHING[!
Thoughts on how to resolve that? Maybe a pragma option to opt in? Alternate syntax specifically for bracketed template strings?
I'd like to take a swing at adding 3.14's template strings (
t"foo{bar}") to Hy.However, for bracket strings, following the same rules for f-strings... it'd be a breaking change for anyone already using
#[t[or#[t-$SOMETHING[!Thoughts on how to resolve that? Maybe a
pragmaoption to opt in? Alternate syntax specifically for bracketed template strings?