My big issue with it is more the syntax, rather than the capability... I'd much prefer a single syntax, \(...), instead of two different things, $identifier [which is bad because the rules for identifiers can change!], and $(...), and also $ is frequent in strings, but \ already has to be treated specially... I'd submit a PR for that change, but I imagine I'd get lynched!
On Monday, June 1, 2015 at 6:07:40 PM UTC+2, Stefan Karpinski wrote: > > Jeff notoriously hates string interpolation, although he did implement it. >
