On 2010-11-19, at 8:10 AM, Raffael Cavallaro wrote:
On Nov 19, 2010, at 7:40 AM, Oleg Parashchenko wrote:
Short-term goal: compile Scheme code to PHP.
Might I suggest javascript instead. There's an awful lot of very well funded effort going into optimizing javascript VMs and jit compilation that you could leverage.
Are you suggesting
1) compiling Scheme to JavaScript
or
2) compiling JavaScript to PHP?
It would seem you mean #1, but that already exists (in fact you will find a Scheme to JavaScript compiler on Gambit's dumping grounds).
Marc