Y
Hacker News
new
|
ask
|
show
|
jobs
by
tgflynn
5168 days ago
I don't know much about javascript implementations. Is there no foreign-function interface available ? If you can interface with C you can interface with Fortran (with a little extra work).
1 comments
TazeTSchnitzel
5168 days ago
There is no foreign-function interface, but you could use Emscripten to compile C libraries for it.
link