Javascript Templating
Text templating/substitution (also known as string interpolation) is really nice to have. I’ve found this very useful in Javascript when building simple browser apps that call a SPARQL server. In fact I recently wrote this up as a paper, with a couple of little demos, proposing a pattern I call Sparql Diamonds. However, I missed a trick. I used the...