-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 13-Oct-06, at 12:39 PM, Lang Martin wrote:
Actually, I'd probably argue that we should do an s-expr C syntax, and compile down the FFI stuff. And then make new backends for other schemes. And then tell the python folks to kiss it.
That's already builtin!
% gsi Gambit Version 4.0 beta 20
\ for (int i=1; i<=10; i*=2) pp(i);
1 2 4 8
'\ for (int i=1; i<=10; i*=2) pp(i);
(six.for (six.define-variable (six.identifier i) int () (six.literal 1)) (six.x<=y (six.identifier i) (six.literal 10)) (six.x*=y (six.identifier i) (six.literal 2)) (six.call (six.identifier pp) (six.identifier i)))
Marc