Damian Conway <[EMAIL PROTECTED]> writes: > I can't say I'm keen on making {...} special in strings. I felt that the > $(...) and @(...) were a much cleaner and more general solution. The > prospect of backslashing every opening brace in every interpolated > string is not one I relish.
Maybe we could write macros to provide a Lispish 'metaquoted' environment for when one is writing template code which wouldn't interpolate *anything* unless it was in C<$(...)> or C<@(...)>.