Re: My Project: Guile Hypertext Preprocessor

2010-08-11 Thread Linas Vepstas
On 11 August 2010 19:12, Luiji Maryo wrote: > Hello, >   (define title "My Title") >   (define user "CoolDude1024") > ?> > > > > > How are you doing today, > I was wondering if anybody had any suggestions on this concept before I get > too far through coding it. For what its worth, there

My Project: Guile Hypertext Preprocessor

2010-08-11 Thread Luiji Maryo
Hello, When looking through http://www.gnu.org/software/guile/ideas.html, I came across this nifty little idea for a PHP-like hypertext preprocessor that works with Guile (at least that's how I understood it), and I decided that I'd implement it, since PHP is starting to get on my nerves (the XML

Re: Possible Memory Leak with stream-for-each

2010-08-11 Thread Abhijeet More
On Sat, Jul 31, 2010 at 4:16 PM, Abhijeet More wrote: > Andy, > Thanks! That's a great answer! > I'll see what I can do with these guidelines. Apologies - I haven't had a chance yet to look into using the libgc library as you suggested. Would it be possible to use valgrind massif instead of cha