Author Topic: Johnny-Five: The JavaScript Robotics Programming Framework  (Read 396 times)

0 Members and 1 Guest are viewing this topic.

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Johnny-Five: The JavaScript Robotics Programming Framework
« on: January 03, 2016, 04:46:42 am »
Came around it as an advertisement in Torrent. Seems quite interesting but how efficient it will be, I mean Robotics in JavaScript?

Offline TheWormKill

  • EZ's Scripting Whore
  • Global Moderator
  • Knight
  • *
  • Posts: 257
  • Cookies: 66
  • The Grim Reaper of Worms
    • View Profile
Re: Johnny-Five: The JavaScript Robotics Programming Framework
« Reply #1 on: January 03, 2016, 11:38:12 am »
Having dabbled around with robotics a bit, any procedural, maybe object-oriented language works well enough for the task. However, if you need performance, you don't want to pull in JS and a framework. If you want to stay sane, you probably don't want JS either. (remember that "1"+1 is valid in that language and gives... weird results). So, as it is a matter of personal preference, I'd advise to use something else. The technical aspects support that opinion. AI programming and similar things might require a different approach as well (check out Prolog/logical programming and functional programming).

My 2 cents.
Stuff I did: How to think like a superuser, Iridium

He should make that "Haskell"
Quote
<m0rph-is-gay> fuck you thewormkill you python coding mother fucker

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Re: Johnny-Five: The JavaScript Robotics Programming Framework
« Reply #2 on: January 03, 2016, 02:56:10 pm »
Just getting the work done is like even chimps are happy, I won't settle just for happiness ;)
That was what I wanted to clear out. Thanks and yeah, JS is quite insane, I have seen the pain.