[racket] Racket in a browser?
On Sun, Apr 10, 2011 at 03:55:58PM -0400, Shriram Krishnamurthi wrote:
>
> I don't know what the porting effort is to get Racket to LLVM. Would
> that affect things like tail-calls and continuations? These are the
> things that Danny has put a lot of effort into in the Racket
> bytecode->JavaScript compiler.
Last time I looked at the LLVM spec I didn't see anything that was
clearly specified as implementing tail-calls. Has that changed?
On the the other hand, C-- very clearly does have tail-calls and a gc
interface. Too bad th eproject seems moribund.
-- hendrik