[plt-scheme] S-exp Templating

From: Grant Rettke (grettke at acm.org)
Date: Fri Jan 22 14:28:15 EST 2010

On Fri, Jan 22, 2010 at 12:50 PM, John Clements
<clements at brinckerhoff.org> wrote:
> On Jan 22, 2010, at 10:21 AM, Grant Rettke wrote:
>
>> On Wed, Jan 20, 2010 at 11:26 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
>>> You could use some combination of eval or dynamic-require to get a new
>>> sexp. You could do that on every request, so that it would be
>>> updating.
>>
>> That sounds like a nifty feature during development time.
>
> In my development process, that's what the "run" button does...no?

The ability to modify web application code and instantly see the
results, from what I have read, seems to be greatly desired by web
programmers.

I like the DrScheme style approach; so what do I know?


Posted on the users mailing list.