An open API service indexing awesome lists of open source software.

https://github.com/nikonyrh/mustache-clj

Mustache template engine implemented in Clojure
https://github.com/nikonyrh/mustache-clj

clojure jvm mustache

Last synced: about 1 month ago
JSON representation

Mustache template engine implemented in Clojure

Awesome Lists containing this project

README

          

# mustache-clj
Mustache template engine implemented in Clojure. Sure there are other implementations available such as [Clostache](https://github.com/fhd/clostache) but this was a great problem to solve while still learning the language and its best practices.

This is part of my long-term goal of porting my blog engine (statically generated HTML files + LaTeX PDFs) from PHP to Clojure. I've got the [hyphenation](https://github.com/nikonyrh/hyphenator-clj) algorithm implemented as well.