Another angle:  convert an existing C++ fuzzy logic library into javascript 
and then use that with node.  To do that use 'emscripten' 
(https://github.com/kripken/emscripten).  Essentially the process is C++ -> 
LLVM -> javascript.  I just came across this from this article at 'I 
Programmer': 
http://www.i-programmer.info/news/86-browsers/4715-firefox-15-is-go-along-with-a-new-3d-game-demo.html
 
(midway in to article.)  Emscripten seems to have a lot of potential for 
porting proven C++  to javascript.  The process does not seem too 
complicated.

-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to