Well for one, scipy & numpy already exist.  If you want to do something
like linear regression, you'll have to build all kinds of base math
libraries into node before you can start working on anything.  It's great
if you want to create an equivalent scipy for node, but probably not in the
scope of a master's thesis.


On Tue, Jun 12, 2012 at 2:18 PM, Matt <hel...@gmail.com> wrote:

> On Tue, Jun 12, 2012 at 3:29 PM, Joshua Holbrook 
> <josh.holbr...@gmail.com>wrote:
>
>> To elaborate on the math aspect: Because of the significant js/C
>> barrier and the need for optimized code, node is a poor choice for
>> significant computation. I would recommend python and numpy/scipy for
>> this kinda stuff.
>>
>
> Python has the same barrier. What makes it different? i.e. why couldn't
> someone created a NumNode/SciNode?
>
> Matt.
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to