Category:Logo: Difference between revisions

From Rosetta Code
Content added Content deleted
m (LCT link)
(Added a couple JS-based Logo interpreters)
Line 7: Line 7:
|gc=yes
|gc=yes
|LCT=yes}}'''Logo''' is a language invented by Seymour Papert in the 1960's designed expressly for teaching programming to children. It is well known for its built-in [[wp:turtle graphics|turtle graphics]]. Unlike other languages which attempt to fill the educational niche, like [[BASIC]], Logo has [[Lisp]]-like underpinnings, and can be used to teach structured, recursive, and functional programming.
|LCT=yes}}'''Logo''' is a language invented by Seymour Papert in the 1960's designed expressly for teaching programming to children. It is well known for its built-in [[wp:turtle graphics|turtle graphics]]. Unlike other languages which attempt to fill the educational niche, like [[BASIC]], Logo has [[Lisp]]-like underpinnings, and can be used to teach structured, recursive, and functional programming.

==See Also==
*[http://logo.twentygototen.org/ papert - a Logo interpreter written in JavaScript]
*[http://www.calormen.com/Logo/ Another Logo interpreter written in JavaScript by Joshua Bell]

Revision as of 20:42, 25 June 2010

Language
Logo
This programming language may be used to instruct a computer to perform a task.
Garbage collected: Yes
Type safety: Safe
Type strength: Strong
Type compatibility: Structural
Type expression: Implicit
Type checking: Dynamic
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Logo.

Logo is a language invented by Seymour Papert in the 1960's designed expressly for teaching programming to children. It is well known for its built-in turtle graphics. Unlike other languages which attempt to fill the educational niche, like BASIC, Logo has Lisp-like underpinnings, and can be used to teach structured, recursive, and functional programming.

See Also

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Logo"

The following 200 pages are in this category, out of 211 total.

(previous page) (next page)
(previous page) (next page)