scheme
Gambit Scheme PHP backend, milestone 1: proof of concept
The goal of this release is to mark the milestone 1 (on github, as .tar.gz). I wanted to understand the GVM and to check if compilation to PHP is possible. T...
February 09, 2011
scheme as a virtual machine - III
After experimenting with CPSCM, I have to drop it. The final now consists of two implementations: Chicken and Gambit.
For closures, CPSCM relies on the host...
November 12, 2010
CPSCM, how the compiled code looks like
I spent time understanding the result of CPSCM conversion from Scheme to Scheme and JavaScript backends. Notes are here: http://github.com/olpa/cpscm/blob/ma...
November 02, 2010
scheme as a virtual machine - II
Closing a TODO, I've filtered the list of Scheme implementations to find candidates for experimenting with using Scheme as a VM. The winners are:
Chicken
CP...
October 04, 2010
r5rs scheme as a virtual machine - I
Some time ago I advocated that the programming language Scheme is a new portable assembler. We can code something in Scheme and then compile it to PHP or Pyt...
September 28, 2010