-
Notifications
You must be signed in to change notification settings - Fork 72
Why JavaScript
Chris Williams edited this page Jan 7, 2014
·
1 revision
Provide a similar Nodebots, rise of JS Robotics text here that explains the reasoning and benefits of using JS as the preferred langauge implementation for Nodebots. Cite the benefits of:
- Wide adoption of the language
- Easy understanding and application to real life of reactive/eventloop programming
- Wide availability of libraries and developers
- A common language that can be socketed into the robotics world with little effort.
- The rather surprising emergent designs and techniques that arise from the mixed high and low level nature of JS. The break way from while(1){} construct and application of evented models.