most popular robotics languages ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

most popular robotics languages ??

i used arduino language and i am trying to learn python for rasbery. is it some more ????

18th Jun 2018, 2:34 PM
Zerai Mohamed
Zerai Mohamed - avatar
2 Answers
+ 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.
18th Jun 2018, 7:46 PM
Vlad Serbu
Vlad Serbu - avatar
+ 2
not really, arduino language is just a (subset? of )c++ by the way and c++ is really important
18th Jun 2018, 4:29 PM
Max
Max - avatar