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

There is no foreign-function interface, but you could use Emscripten to compile C libraries for it.