Introduction to StarLogo


Welcome to StarLogo!

StarLogo 2.0 released September 18, 2002

NEW! We've recently released version 2.0 of StarLogo. The new StarLogo has several exciting new features including shapes, templates, a graphing wizard, and many new commands.

StarLogo is a programmable modeling environment for exploring the workings of decentralized systems -- systems that are organized without an organizer, coordinated without a coordinator. With StarLogo, you can model (and gain insights into) many real-life phenomena, such as bird flocks, traffic jams, ant colonies, and market economies.

In decentralized systems, orderly patterns can arise without centralized control. Increasingly, researchers are choosing decentralized models for the organizations and technologies that they construct in the world, and for the theories that they construct about the world. But many people continue to resist these ideas, assuming centralized control where none exists -- for example, assuming (incorrectly) that bird flocks have leaders. StarLogo is designed to help students (as well as researchers) develop new ways of thinking about and understanding decentralized systems.

StarLogo is a specialized version of the Logo programming language. With traditional versions of Logo, you can create drawings and animations by giving commands to graphic "turtles" on the computer screen. StarLogo extends this idea by allowing you to control thousands of graphic turtles in parallel. In addition, StarLogo makes the turtles' world computationally active: you can write programs for thousands of "patches" that make up the turtles' environment. Turtles and patches can interact with one another -- for example, you can program the turtles to "sniff" around the world, and change their behaviors based on what they sense in the patches below. StarLogo is particularly well-suited for Artificial Life projects.

The information on these pages pertains to StarLogo 2.0.

We would be thrilled to hear how you are using StarLogo.  Please send your comments and ideas to starlogo-request@media.mit.edu.

StarLogo is developed at Media Laboratory, MIT, Cambridge, Massachusetts, with support from the National Science Foundation and the LEGO group.

Look for our new book Adventures in Modeling, published by Teachers College Press. It introduces educators and students to designing, creating, and investigating models.


Getting Started | Community | Tutorial
Commands | Projects | FAQ | Info