Logo (programming language)
Appearance
- The article about graphical symbols is at Logo

Logo is a programming language that was developed to be easy to learn for children. It is a functional programming language. It is very graphics oriented. Most command deal with moving a turtle on the computer screen. This turtle can have a pen with different colors. When it moves, it can either leave a trail or no trail. Otherwise, the language is like LISP in many ways.