I'll just say that I think building strings in kot...
# language-proposals
g
I'll just say that I think building strings in kotlin with kotlin code is rather obnoxious for most of my use cases. The idiom put forward by the StringTemplate library is that you provide a document with holes in it and, if the complexity requires it, the opposite of EBNF style productions to fill those holes.