Jump to content

Logo (programming language)

From Simple English Wikipedia, the free encyclopedia
Revision as of 22:24, 13 April 2007 by Eptalon (talk | changes) (cat)
The article about graphical symbols is at Logo
A graphic created with 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.