scipy even more so because it doesn't also implement a language :)
Alejandro Oviedo
@a0viedo
it's weird that nobody worked in this before
how's paypal doing all their maths?
Mikeal Rogers
@mikeal
i doubt that part is in JS :)
Forrest L Norvell
@othiym23
I will try to carve out some time to do some stuff around node-forward/help, but my primary objective there is to find as many people that I can delegate to as possible
anybody who's interested is welcome to get commit / moderation rights
Mikeal Rogers
@mikeal
ya, the README should say that :)
Forrest L Norvell
@othiym23
good point
Mikeal Rogers
@mikeal
also, moderation isn't quite a concern yet since there are no questions yet :)
Forrest L Norvell
@othiym23
my goal is to see how far I can get with that repo without having to open a text editor
so far I created the README and got the Gitter badge in there strictly through the web interface
Mikeal Rogers
@mikeal
good call, i use that web interface a lot actually
Forrest L Norvell
@othiym23
there
that's a start
Mikeal Rogers
@mikeal
retweeted from like all my accounts :)
Forrest L Norvell
@othiym23
so my pocket tells me ;)
Mikeal Rogers
@mikeal
at some point you should send something to the mailing list about it
Stephen Sugden
@grncdr
This message was deleted
Myles Borins
@MylesBorins
@othiym23 I'd love to pitch in with help @mikeal I've commented on the issue about maths.
Marko Bonaći
@mbonaci
@kenperkins I'm guessing PayPal is using Breeze for their ML stuff
Mikeal Rogers
@mikeal
@rvagg I'm updating the Node Forward website with more calls to action and I want to put some stuff in there asking people to contribute to nan, is there a good starting point for that, or an Issue about the changes you want to make for the next big release?
Rod Vagg
@rvagg
@mikeal issues list is where all of it done, one of the main contributors only exists on github in fact e.g. next release has been outlined here: rvagg/nan#205 - will be released at the end of this week. I've just made this issue for v2 discussions: rvagg/nan#208 - so far there's only one small breaking change that's slated for it (I just can't recall exactly what it is right now!) but I'm opening up discussion to more severe breakages.
Martin Heidegger
@martinheidegger
Hello guys. I have had a thought about node and I feel a little like "node" is missing a user interface. And wondered if that is worth a discussion.
Matt Brennan
@quarterto
If by "user interface" you mean a GUI, there are projects such as node-webkit and atom-shell which allow you to write HTML5 desktop apps that directly interface with node.js application code, or tint2, which is more of an extension of node.js which bridges with native desktop APIs.