[plt-scheme] Embedding scheme in web pages

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Fri Jan 19 08:28:37 EST 2007

Maarten Koopmans skrev:

>> Returning
>>
>>   `(html (head (title "A title"))
>>          (body ,(+ 1 2)))
>>
>> as the result of a servlet will generate the
>> wanted output.
> 
> Yes, but say I build a website with a lot of Javascript/CSS and a 
> separate web designer, this is'nt what you want. 

Why not? You can always put the Javascript and CSS in external files.

But are you by chance looking for a more template based (PHP-like) way
of developing? Maybe you can (ab)use Scribble?

-- 
Jens Axel Søgaard



Posted on the users mailing list.