[plt-scheme] Scheme Interface to JIT?

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Jul 15 15:26:55 EDT 2006

On Jul 15, Will Farr wrote:
> Hello all,
> 
> Is there a scheme interface to the JIT compiler?  I've been looking
> at jit.c in the source distribution, but I don't really understand
> it.  [...]

No.  There was an attempt at a Scheme interface which was then dumped
for an interface to llvm, but nothing came out of it, yet.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.