Re: [racket] ffi to java bytecode?

2014-03-10 Thread Charlie Jacobsen
After more thought, I can see this will be a lot different from ffi to C. You would probably need to fire up a jvm to execute the code? Not really sure. Charlie On Mon, Mar 10, 2014 at 7:58 PM, Charlie Jacobsen < charlie.jacob...@gmail.com> wrote: > Is this available? I found o

[racket] ffi to java bytecode?

2014-03-10 Thread Charlie Jacobsen
Is this available? I found one or two sources through a casual google search. (I'm building a plt-redex model for a programming language, and I would like to use the parser (which is written in java) to bring in the AST and then compile it to an s-expr for plt-redex. Maybe this is a dumb idea sinc