[racket] How to call a Julia function from DrRacket?

From: Neil Toronto (neil.toronto at gmail.com)
Date: Fri Jan 31 13:16:38 EST 2014

Enrique, if you don't mind my asking, where does Racket's math library 
fall short for the study you have in mind? (Its floating-point support 
shouldn't, especially if you work in Typed Racket.) I'm one of its 
authors, so I'm looking for suggestions.

Neil ⊥

On 01/31/2014 06:45 AM, Matthew Flatt wrote:
> It looks like Julia doesn't provide a foreign interface (e.g., to call
> Julia from C). So, I think that you'll have to run Julia in a separate
> process via `process` or `subprocess` and communicate with the process
> through stdin and stdout.
>
> At Wed, 29 Jan 2014 16:58:29 -0800 (PST), E Comer wrote:
>> Hi Racket developers, programmers and users:
>>
>> Is there a way to call a Julia function from DrRacket? [I'm trying to integrate
>> the number crunching capabilities of Julia with the nice graphics of the Plot
>> module in Racket, to study some properties of particular dynamical systems]
>>
>> Thank you very much for your support.
>>
>> Enrique____________________
>>    Racket Users list:
>>    http://lists.racket-lang.org/users
>
> ____________________
>    Racket Users list:
>    http://lists.racket-lang.org/users
>


Posted on the users mailing list.