20 Feb
2023
20 Feb
'23
10:08 p.m.
On 21/02/2023 03:20, Peter Dimov wrote:
Since Mustache is so simple and so... not rigidly defined, it's easy to implement something Mustache-like but not quite. I didn't want that.
It does feel like a bit of a half-baked language, though. It mixes a lot of presentation aspects into the input data model instead of the template (where it should rightly be), probably mostly because in JS it's more commonplace to morph input data since it's all free-form anyway. As such it doesn't really seem like a language that ought to be implemented in anything but JS.