[gambit-list] Web Framework

David Rush kumoyuki at gmail.com
Mon Nov 12 07:39:07 EST 2007


On Nov 11, 2007 6:04 PM, Adrien Pierard <pierarda at iro.umontreal.ca> wrote:

> On Tue, Nov 06, 2007 at 11:16:36AM -0800, jonnay at jonnay.net wrote :
> Would it be possible to have someone develop a webserver which would
> accept SXML instead on HTML to describe content of webpages ?


I have an s-expression based template system which should work on any R5RS
Scheme. Unfortunately I have not yet completed testing it on Gambit, but I
am posting it here anyway, since I said I would earlier. I actually have
rather more of a framework available, but I just haven't yet finished
porting and checking everything. Additionally, there is a certain amount of
dead weight (like 6KLOC) code in the package as I am sending it due to
library dependencies - mainly on SRFIs, but also on some of my private
libraries (primarily an Aho-Corasick multi-pattern string matcher which is
overkill here, but since it works it saved me some time writing a lighter
weight parser).  I am working towards a trimmed down version, but I thought
I should get this out sooner rather than later.

In addition to the original source modules (2 files, eval-code.s2 and
template.s2), there are also a few test data files and a test harness
program in the tarball. There is no documentation. I hope that y'all might
find it useful anyway.

david rush
-- 
Once you label me, you negate me
   - Soren Kierkegaard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20071112/8062605b/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: template-alpha.tar.gz
Type: application/x-gzip
Size: 31217 bytes
Desc: not available
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20071112/8062605b/attachment.bin>


More information about the Gambit-list mailing list