Best Language for Robotics
by - Thursday, January 1, 1970 at 12:00 AM
Hi guys, 

I was wondering what you thought the best language for robotics is?
Reply
C++ , most of the worlds robotics is made in C/C++
Reply
(September 21, 2022, 12:47 AM)Spore Wrote: C++ , most of the worlds robotics is made in C/C++


Yes. Robotics programming often comes down to microcontroller programming which is often C/C++ or a derivative. Those languages provide special memory control for embedded systems.

I have seen some microcontrollers that can be programmed in CircuitPython but have never tried it.
Reply
Just learn C and you'll be good with most microcontrollers, circuitpython is my personal favourite but your limited by hardware then.
Reply
Any low-level programming language and as recommended above C/C++, you can use Java and Python
Reply
Embedded C
Reply


 Users viewing this thread: Best Language for Robotics: No users currently viewing.