Difference between revisions of "Logo"
From Computer History Wiki
(New page: LOGO is typically taught at the grade school level. It revolves around manipulating the TURTLE around the screen to draw simple line art images. {{stub}} Category:Languages) |
|||
Line 1: | Line 1: | ||
− | LOGO is | + | 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". | ||
{{stub}} | {{stub}} | ||
[[Category:Languages]] | [[Category:Languages]] |
Revision as of 21:16, 29 December 2009
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".