Comment on The fastest Statistical Programming Language is …Javascript?parentComments−tgflynn14yI 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).−TazeTSchnitzel14yThere is no foreign-function interface, but you could use Emscripten to compile C libraries for it.
Comments
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).
There is no foreign-function interface, but you could use Emscripten to compile C libraries for it.