Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

RoboMind

< >

RoboMind is a programming language created in 2005.

#1745on PLDB 19Years Old
HomepageWikipedia

RoboMind is a simple educational programming environment with its own scripting language that allows beginners to learn the basics of computer science by programming a simulated robot. In addition to introducing common programming techniques, it also aims at offering insights in robotics and artificial intelligence. RoboMind is available as stand-alone application for Windows, Linux and Mac OS X. Read more on Wikipedia...


Example from the web:
paintWhite repeat(4) { forward(2) right }
Example from Wikipedia:
follow procedure follow{ if(frontIsWhite){ forward(1) } else if(rightIsWhite){ right } else if(leftIsWhite){ left } else{ end } follow }

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0