|
|
|
|
|
by disgruntledphd2
5168 days ago
|
|
Urrgh. This came through on my feed earlier today, and I left a comment on it. While javascript is fast (and can be used for many things), the real issue with using it for stats is the lack of libraries. More specifically, as far as I know it cannot interface with Fortran. That's a death knell for any statistical programming language, as it means no LAPACK, and no-one (sane) is going to rewrite all of those linear algebra libraries. So regardless of how fast it is, its not going to make it as a stats language. That being said, it does make it easier to develop statistically aware web-apps (a particular interest of mine), so that's definitely good. |
|