In general, the only issues with calling Fortran involve calling convention
incompatibility with C. There's a fairly old issue about implementing fcall
<https://github.com/JuliaLang/julia/issues/2167> (cf ccall), which natively
emits calls using the Fortran calling convention. Have you tried calling
code compiled with this compiler and had problems?

On Saturday, July 11, 2015, LarryD <[email protected]> wrote:

> I'm just starting to learn Julia, so I apologize for dumb questions.  Does
> anybody have experience calling stuff written in SilverFrost Fortran from
> Julia? Thanks.
>
> LarryD
>
>

Reply via email to