Difference between revisions of "Logo"
From Computer History Wiki
Line 1: | Line 1: | ||
− | + | LOGO is a simple programming language usually taught in US grade school and UK primary school. At basic level, it revolves around manipulating the TURTLE around the screen to draw simple line art images. | |
Many programs implement it; sometimes, such as in the UK educational suite Textease, it is not even named as "LOGO". | Many programs implement it; sometimes, such as in the UK educational suite Textease, it is not even named as "LOGO". | ||
Line 6: | Line 6: | ||
{{stub}} | {{stub}} | ||
[[Category:Languages]] | [[Category:Languages]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 04:57, 15 November 2010
LOGO is a simple programming language usually taught in US grade school and UK primary school. At basic level, it revolves around manipulating the TURTLE around the screen to draw simple line art images. Many programs implement it; sometimes, such as in the UK educational suite Textease, it is not even named as "LOGO".
Various interpreters can be found here.