[plt-scheme] Embedding scheme in web pages

From: Jeff de Vries (jdevries at pfrog.com)
Date: Fri Jan 19 10:19:39 EST 2007

On Jan 19, 2007, at 5:28 AM, Jens Axel Søgaard wrote:

> 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?

I don't know anything about it, but there was BRL ("Beautiful Report  
Language") that sounds close to what you want.
It isn't PLT-Scheme, though; it's based on Kawa (Scheme running on  
the Java Virtual Machine).

Jeff

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20070119/13cc9a85/attachment.html>

Posted on the users mailing list.