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:

> forcer wrote:
> 
> > How do you distinguish between
> > 
> > <h4>This is a header (display "4")</h4>
> > 
> > and
> > 
> > <h4>This is a header (a small one)</h4>
> 
> I do
> <h4>This is a header \(a small one)</H4>

Sounds reasonable... though... since you escape ( with \, you
have to have \\( end up as "\(". Would that all in all make a
difference to other backslashified HTML? e.g. would \f be "\f" or
"f"?

mod_guile will be a module for Apache to allow Apache modules to
be written in Scheme (i hope).
In the end, it's just a matter of the (read)er. :)
When mod_guile is done, i'll write a module for scheme-HTML, e.g.
so that one can hook in Scheme read procedures for different MIME
types. That would allow for using either your way or the <?scm
... ?> way or any other way ppl could come up with using the same
scripting base.

Does this sound reasonable?
	-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]