[PRL] Calling Functions Written in Java from Scheme?

Matthias Felleisen matthias at ccs.neu.edu
Tue May 1 14:10:39 EDT 2007


Try Eli's ffi module to bind in Blass or some other Fortran package  
for numerical computations. It'll be much faster than Java.

Or, see PLaneT: science.plt may just contain what you want. -- Matthias



On May 1, 2007, at 2:05 PM, Christine Hang wrote:

> Is there a way to call functions written in Java from Scheme?
>
> I do have a Java package for calculating polynomials at hand, but my
> main program which involves polynomials is written in Scheme. So, I
> am weighing the tradeoffs between writing some scheme code for
> manipulating polynomials calculation and calling from Scheme
> functions in a Java package (assuming there is a way to do so).
>
> Suggestions appreciated.
>
> -- Christine 
>
> _______________________________________________
> PRL mailing list
> PRL at lists.ccs.neu.edu
> https://lists.ccs.neu.edu/bin/listinfo/prl




More information about the PRL mailing list