Jump to content

StarLogo

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 174.56.38.40 (talk) at 07:03, 11 August 2012 (→‎See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

StarLogo
Paradigmmulti-paradigm: educational, procedural, agent-based, simulation
DeveloperMIT Media Lab and
MIT Teacher Education Program
Stable release
StarLogo TNG 1.5.1/January 18, 2011 (2011-01-18)
Typing disciplineduck, dynamic, strong
OSJava Virtual Machine
WebsiteStarLogo
Major implementations
StarLogo TNG, StarLogo, MacStarLogo Classic, OpenStarLogo, starlogoT
Influenced by
Logo
Influenced
NetLogo, Etoys

StarLogo is an agent-based simulation language developed by Mitchel Resnick, Eric Klopfer, and others at MIT Media Lab and MIT Teacher Education Program in Massachusetts. It is an extension of the Logo programming language, a dialect of Lisp. Designed for education, StarLogo can be used by students to model the behavior of decentralized systems.

The first StarLogo ran on a Connection Machine 2 parallel computer. A subsequent version ran on Macintosh computers; this version became known later as MacStarLogo (and now is called MacStarLogo Classic). The current StarLogo is written in Java and works on most computers.

StarLogo is also available in a version called OpenStarLogo. The source code for OpenStarLogo is available online, although the license under which it is released is not an open source license according to the Open Source Definition, because of restrictions on the commercial use of the code.

StarLogo TNG (The Next Generation) version 1.0 was released in July 2008. It provides a 3D world using OpenGL graphics and a block-based graphical language to increase ease of use and learnability. It is written in C and Java. StarLogo TNG uses "blocks" to put together like puzzle pieces. StarLogo TNG reads the blocks in the order you fit them together, and sets the program in the Spaceland view.

StarLogo is a primary influence for the Kedama particle system, programmed by Yoshiki Oshima, found in the Etoys educational programming environment and language, which can be viewed as a Logo done originally in Squeak Smalltalk.


See also

External links