0
most popular robotics languages ??
i used arduino language and i am trying to learn python for rasbery. is it some more ????
2 Réponses
+ 1
Generally you're going to use C (or C-style C++) in embedded systems like the Raspberry Pi because they're kind of slow. Python is still useful for writing small scripts though, so I'd say keep learning it.
Max The Arduino language is a superset of C++98 without a main function (you have setup() and loop() instead) and without the standard library.
+ 2
not really, arduino language is just a (subset? of )c++ by the way and c++ is really important