I am not an electronics guy, so I canβt explain exactly what I need. This is a question a friend asks me.
What my friend is looking for is a programming language that would allow him:
- Interface with hardware (via serial port and USB ports).
- Recording multithreaded code.
- Reset user interfaces very quickly.
- Put your code on Linux and OS X as simple as possible (ok, this is what I want).
He is building a tool for a local group that teaches very simple robotics to college students. Now he uses C ++, but writing user interface code in C ++ is not an entirely fun task. He also uses some Windows libraries for (1), which means that I can neither try his code nor help him with error correction (I use a Mac).
EDIT: Libraries for Python / Ruby are welcome.
source
share