[racket] ffi to java bytecode?

From: Charlie Jacobsen (charlie.jacobsen at gmail.com)
Date: Mon Mar 10 23:07:54 EDT 2014

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.jacobsen at gmail.com> wrote:

> 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 since
> I would have to maintain the ast --> s-expr compiler, so I may as well
> build a simple parser in racket instead? I'm kind of a PL/compilers newbie.)
>
> If there is a java ffi, I'll compile the parser to java bytecode, and go
> from there.
>
> Charlie
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140310/9bf311e8/attachment.html>

Posted on the users mailing list.