[plt-scheme] Templates in the PLT Web Server
On Thu, Nov 20, 2008 at 4:46 PM, Noel Welsh <noelwelsh at gmail.com> wrote:
> ... The implementation is interesting.
> It's not what I would expect (breaking lexical scope, display via
> side-effects?) but it'll take more use for me to judge it.
Just to clarify, this isn't meant to be taken as a negative comment.
I had given a little thought to templates and my immediate design was
to model a template as a function. Jay's design is quite different,
and probably much more usable by both programmers and others.
N.