Difference between revisions of "Logo"

From Computer History Wiki
Jump to: navigation, search
m
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.
 
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".
 +
 +
Various interpreters can be found [http://www.thefreecountry.com/compilers/logo.shtml here].
  
 
{{stub}}
 
{{stub}}
 
[[Category:Languages]]
 
[[Category:Languages]]

Revision as of 16:46, 4 January 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.