[racket] Dynamic Templates?
On Thu, Jun 6, 2013 at 11:01 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> I'm curious why you think Mustache is better than Scribble (and the
> full power of Racket) in your templates?
In this case, I'm willing to give Mustache a chance for a few reasons:
1. Some bias from a web programmer who finds Mustache-like templating
familiar and dead simple
2. I don't usually want to write much code in my templates anyway,
because I worry about testing and debugging it
3. (Justified? Unjustified?) Fear of the code I wrote that uses
namespace-* methods and eval to accomplish what I need