Leafo, this looks great. I was not familiar with your MoonScript language prior to this.<p>Say, since you cite the benchmarks project, would you mind submitting a test case for Lapis?<p>Also, just out of curiosity, what did you use to create the canvas animation?
People need to get out of this habit of embedding view/template in the backend code. It's impractical and problematic in any situation where there's division of labor.<p>Otherwise interesting web framework, makes me want to look into MoonScript.
Nice work!<p>This has pretty excellent documentation. Like really excellent documentation. But jumping into the code itself is a little bit of a beast with no tests or comments.<p>so: is testing on your roadmap?
Looks interesting, but the use of "\" instead of "." is really a turnoff. Why do languages (I'm looking at you, PHP) think that using the backslash in any other way than escaping is a good idea?