Skip to content

Comment on JStat: a JavaScript statistical libraryparent

Comments

Those are some interesting ideas. You can look at what we've done at https://github.com/jstat/jstat

The core.js file will run server-side. It has no dependencies and has been included using "this", which attaches to Node.js' modules. So to use it in a script you would just have to add the following line of code at the top of your script:

var jstat = require('path/to/core.js').jstat;

As for outsourcing the grunt work to a C library... We're going to need some community involvement with that one. It would be nice to be able to compile that directly into the server, but it's not on our roadmap right now.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.