It's very early in development but it has just reached a working state so I'm
actually using it now to generate content for my website.<p>The idea is that it should be useful both for generating static files and for
generating responses live in a server, which it should be able to do very fast
since it all compiles to C code and one memory mapped file.
Interesting. I did something similar few years ago. (<a href="https://github.com/JaDogg/ExpressGenGen" rel="nofollow">https://github.com/JaDogg/ExpressGenGen</a>)