RoboMind
From Logo Wiki
ROBOMIND is a very simple educational programming language, derived from Logo and that will familiarize you with the basics of computer science by programming your own robot. In addition to an introduction into popular programming techniques, you will also gain insight into areas such as robotics and artificial intelligence.
ROBO is designed in such a way that you can start exploring and programming right away. A special language has been written that consists of a concise set of rules and is aimed at programming a robot. As a result there are a lot of opportunities to create programs on your own and experience the principles that lay at the heart of most other programming languages.
[edit] Features
- Start right away: the programming language and environment are very easy to understand and can be used instantly.
- No dependencies like external development environments and compilers that make things complicated
- Safety: the programs that will be made cannot harm your computer in any way.
- Free use : RoboMind is entirely free and open source.
[edit] Instructions
Technically speaking, ROBO is an imperative/procedural programming language, that form the vast majority within computer science. The language consist of a number of basic instructions to control the robot, repetition loops, conditional if...then...else statements, the possibility to define instructions yourself by creating procedures. Procedures are allowed to be defined recursively.
