Hey!
So, I was smoking weed the other day and I thought about building a robot with a brain.
The idea behind the brain is, I would build a code of which would dictate the robot to think and act on spot according to the rules which I’d set in the codes.
Which programming languages should I get into to be able to build something like that?
Feel free to drop tips or anything relevant that might help!
Hi DanLandz,
If you are just getting started and want to learn more about programming, I suggest starting with C/C++, you can also begin by learning how to use an Arduino.
The Arduino programming language is based on the C/C++ and is a good starting point for those wanting to learn about programming and robotics.
An Arduino is a microcontroller that can be programed to interact with the world around it by controlling actuators (like motors), sensors and a lot of other things.
Then you can start looking into the languages that are used in AI development today (JAVA, Python, Lisp, etc.).
Hope this helps,