Object Framework for LOGO

Navigation:
Overview
Classes and Objects
Properties
Methods
Using Properties and Methods
Constructors and Destructors
Message Sending
Getters and Setters
Download

Overview:

The Object Framework for Logo is a project I started as an intellectual endeavour to see if you could leverage the power of the Logo environment to create an object oriented environment.  I hope others will find it useful.

Download the Object Framework for LOGO:

The Object Framework is written in Logo and uses the dynamic features of Logo to provide the framework for creating classes and objects.

It has been tested in both UCBLogo and FMSLogo

You can download the framework on the download page.

Getting Started:

Before you can start using the Object Framework, you need to load the ObjectFramework.lgo file in the workspace. 

In the next section I will introduce Classes and Objects.