ucblogo

dialect of lisp using turtle graphics famous for teaching kids

Description

This is the UC Berkeley implementation of logo written primarily by Daniel Van Blerkom, Brian Harvey, Michael Katz, and Douglas Orleans. This version of logo is featured in Brian Harvey's book _Computer_Science_Logo_Style, _Volume_1: _Symbolic_Computing_ (ISBN 0-262-58151-5). This version provides the following special features:

 - Random-access arrays.
 - Variable number of inputs to user-defined procedures.
 - Mutators for list structure (dangerous).
 - Pause on error, and other improvements to error handling.
 - Comments and continuation lines; formatting is preserved when
   procedure definitions are saved or edited.
 - Terrapin-style tokenization (e.g., [2+3] is a list with one member)
   but LCSI-style syntax (no special forms except TO). The best of
   both worlds.
 - First-class instruction and expression templates.
 - Macros.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://people.eecs.berkeley.edu/~bh/logo.html


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ucblogo