[racket] ffi to java bytecode?

From: Stephen Chang (stchang at ccs.neu.edu)
Date: Mon Mar 10 23:55:56 EDT 2014

You may be interested in this project from the first RacketCon a few
years back: https://github.com/cky/rackona


On Mon, Mar 10, 2014 at 11:07 PM, Charlie Jacobsen
<charlie.jacobsen at gmail.com> wrote:
> 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
>
>
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>

Posted on the users mailing list.