This is the mail archive of the guile@cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Guile as modperl


Chris Bitmead <chris.bitmead@bigfoot.com> writes:

> > Also, i'm considering to have a feature similar to 
> > Embedperl/PHP - inline-code in HTML.
> > Everything around <?scm ... ?> would be translated into
> > ``(display "...'', <?scm to ``")'', ?> to ``(display "'',
> > and EOF to ``")''
> 
> Hi,
[...]
> So you get code like....
> <HTML><BODY>
> (lamda () ...)
> <TABLE>
> (foobar ...)
> </TABLE>

How do you distinguish between

<h4>This is a header (display "4")</h4>

and

<h4>This is a header (a small one)</h4>

?
	-forcer

-- 
((email . "forcer@mindless.com")       (www . "http://forcix.cx/")
 (irc   . "forcer@#StarWars (IRCnet)") (gpg . "/other/forcer.gpg"))

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]