Difference between revisions of "Logo"
From Computer History Wiki
m (Fix case) |
|||
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 " | + | |
+ | 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]. | Various interpreters can be found [http://www.thefreecountry.com/compilers/logo.shtml here]. | ||
{{stub}} | {{stub}} | ||
+ | |||
[[Category:Languages]] | [[Category:Languages]] |
Revision as of 12:44, 18 May 2018
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.