Re: mod_lisp for apache?

2009-04-13 Thread Paul Emsley
Paul Emsley wrote: Knowing next to nothing about it, I thought I'd try out using guile with apache/mod_lisp for educational purposes. I can't find documentation/tutorials for this - even the fractal concept page is broken/out of date - however I did find that you can get mod_lisp.xx.c from

mod_lisp for apache?

2009-04-13 Thread Paul Emsley
Knowing next to nothing about it, I thought I'd try out using guile with apache/mod_lisp for educational purposes. I can't find documentation/tutorials for this - even the fractal concept page is broken/out of date - however I did find that you can get mod_lisp.xx.c from here: http://www.

Re: wrapping `define-syntax'

2009-04-13 Thread Julian Graham
Hi Neil, >> For the purpose of some experiments I've been doing with integrating >> R6RS libraries, I've been trying to figure out ways to wrap >> `define-syntax' so that I can do things like add bindings to a >> module's eval closure before evaluating a macro definition. > > Can you give an exam

Re: wrapping `define-syntax'

2009-04-13 Thread Julian Graham
Hi Neil, >> For the purpose of some experiments I've been doing with integrating >> R6RS libraries, I've been trying to figure out ways to wrap >> `define-syntax' so that I can do things like add bindings to a >> module's eval closure before evaluating a macro definition. > > Can you give an exam

Re: wrapping `define-syntax'

2009-04-13 Thread Neil Jerram
Julian Graham writes: > Hi Guilers, Hi! > For the purpose of some experiments I've been doing with integrating > R6RS libraries, I've been trying to figure out ways to wrap > `define-syntax' so that I can do things like add bindings to a > module's eval closure before evaluating a macro definit