Some time ago, I wrote about how I was integrating Scheme In One Defun/Day into PD, for the purpose of more easily protoyping externs using linear code (the idea being that writing up an extern in scheme would go much more quickly then doing the same thing in C).
The main problem of course, is when to do garbage collection, and I don't think this can be easily solved. Nevertheless, perphaps someone might find the code usefull. I'm using it myself to write externs that if I find usefull, can later take the time to code in C.
At present it is in a really grotty state - the makefile only works for Linux, some paths are hard-coded, etc.
But I was wondering if people would be interested in taking a look, if I uploaded it to the net. If I get some positive responses, I'll take the time to do that - if not, I probably won't bother. So let me know if there is interest.
Larry