Re: Hosting for Guile-PHP

2010-07-23 Thread Jon Herron
on - Original Message From: Andy Wingo To: Jon Herron Cc: guile-devel@gnu.org Sent: Thu, July 22, 2010 12:18:29 PM Subject: Re: Hosting for Guile-PHP Hi Jon, What is the status of Guile-PHP? Did you manage to set up a savannah project? It sounds like quite an interesting proje

Re: Hosting for Guile-PHP

2010-07-23 Thread Andy Wingo
Hi Jon, What is the status of Guile-PHP? Did you manage to set up a savannah project? It sounds like quite an interesting project :) Andy -- http://wingolog.org/

Re: Hosting for Guile-PHP

2010-04-14 Thread Ludovic Courtès
Hello! Andy Wingo writes: > On Wed 14 Apr 2010 11:00, l...@gnu.org (Ludovic Courtès) writes: [...] >> First it needs to be fixed within the next few weeks because it fails to >> compile even simple expressions (see ‘ecmascript.test’). But maybe >> that’s on Andy’s to-do list? :-) > > Ahem ;)

Re: Hosting for Guile-PHP

2010-04-14 Thread Jon Herron
April 14, 2010 3:12:47 PM Subject: Re: Hosting for Guile-PHP Hi Jon, On Wed 14 Apr 2010 11:00, l...@gnu.org (Ludovic Courtès) writes: > Jon Herron writes: > >> Sure, that sounds fine to me. I definitely understand wanting to >> promote Scheme over PHP from a GNU point of vi

Re: Hosting for Guile-PHP

2010-04-14 Thread Andy Wingo
Hi Jon, On Wed 14 Apr 2010 11:00, l...@gnu.org (Ludovic Courtès) writes: > Jon Herron writes: > >> Sure, that sounds fine to me. I definitely understand wanting to >> promote Scheme over PHP from a GNU point of view, for me personally I >> have to use PHP at work and any potential chance to s

Re: Hosting for Guile-PHP

2010-04-14 Thread Ludovic Courtès
Hello, Jon Herron writes: > Sure, that sounds fine to me. I definitely understand wanting to > promote Scheme over PHP from a GNU point of view, for me personally I > have to use PHP at work and any potential chance to slide some Scheme > in the mix would be welcome (to me at least). Yeah, I

Re: Hosting for Guile-PHP

2010-04-13 Thread Jon Herron
looking at. Thanks, Jon - Original Message From: Ludovic Courtès To: Jon Herron Cc: guile-devel@gnu.org Sent: Tue, April 13, 2010 5:12:00 PM Subject: Re: Hosting for Guile-PHP Hi Jon, Jon Herron writes: > I'm starting to make some more slow progress, I have basic tree-il > gener

Re: Hosting for Guile-PHP

2010-04-13 Thread Ludovic Courtès
Hi Jon, Jon Herron writes: > I'm starting to make some more slow progress, I have basic tree-il > generated for simple cases, the below PHP script runs for instance: Sounds cool! > Although no where near finished yet, I'm getting to the point where I > would like to host the code that I'm wr

Re: Hosting for Guile-PHP

2010-04-12 Thread Jon Herron
practices for the PHP one. There is a lot of work still to be done, looking forward to continuing on it. Jon - Original Message From: No Itisnt To: Jon Herron Cc: guile-devel@gnu.org Sent: Mon, April 12, 2010 10:32:25 PM Subject: Re: Hosting for Guile-PHP I have nothing to

Re: Hosting for Guile-PHP

2010-04-12 Thread No Itisnt
I have nothing to add except that's very impressive. Did you use any lexer/parser generators?