Version 4 of Logo

Updated 2003-06-11 11:13:24

Logo is here: [L1 ]

A very simple programming language targeted at teaching children logical structure. It principal mechanism is the graphical "turtle" which can be moved with simple commands and can draw a line as it goes.

But the scope of the language is large enough with other areas like arithmetics and string handling. The concept of lists is central in Logo, so you might call it a scaled-down LISP with much much less parentheses... Long before RS knew Tcl, he liked Logo best for the simplicity of expressing algorithms - just for practical purposes it was not really fit on a Z80 8-bit box.

See Turtle graphics the Logo way - Turtleshell


Category Language