samskivert / jmustache

A Java implementation of the Mustache templating language.
Other
834 stars 128 forks source link

README claims a bunch of stuff about mustache.java that hasn't been true in years :) #121

Closed spullara closed 3 years ago

spullara commented 4 years ago

I think at the time this project was started much of that was true but hasn't been for ages. Alternate implementations are great and welcome but I'd like the claims removed so people don't get the wrong impression about my project. It has 0 dependencies, doesn't use a compiler, can be fed pure maps to avoid reflection, has a minimal exposed API, available on Maven central and is extremely fast.