Y
Hacker News
new
|
ask
|
show
|
jobs
by
jules22
997 days ago
What does a modern Fortran bring that Julia does not? Small binaries?
1 comments
xmcqdpt2
997 days ago
Language stability, and easy C ABI for embedding into other programs. Julia isn't really a language for embedding afaik.
link
jules22
997 days ago
Sure, not in the traditional sense. Since it does not make small standalone libraries, even though possible, I would not make a native extension with it. But juliacall works fine for Python and R. Quite seamless.
link