https://github.com/jrincayc/ucblogo-code
Revision 165b3d78388b6debb1861147fd48c7411f092758 authored by Joshua J. Cogliati on 23 December 2019, 03:05:14 UTC, committed by Joshua J. Cogliati on 23 December 2019, 03:05:14 UTC
1 parent 2301804
Raw File
Tip revision: 165b3d78388b6debb1861147fd48c7411f092758 authored by Joshua J. Cogliati on 23 December 2019, 03:05:14 UTC
Switching to using git version.
Tip revision: 165b3d7
README.md
# UCBLogo
Berkeley Logo interpreter

This is a free (both senses) interpreter for the Logo programming language.

The current version is 6.0 if you're running wxWidgets, 5.4 if not.  (They are made from the same source code.)

The distribution also includes version 5.3 for frozen platforms DOS and Mac Classic (pre-OS X).

I have become super busy doing other things (snap.berkeley.edu, bjc.edc.org) and so no development has happened on UCBLogo (a/k/a Berkeley Logo) in a decade or so.  I would love for someone to take it over, and would even help you get started.  (You'll need help because of the incredible chain of kludges herein.)

There is a 95% finished (but you know what that means) implementation of OOP in the style of Object Logo.

It would be especially great if the someone who takes it over knows how to make an interpreter run fast.  /This/ interpreter is more or less the one from SICP 5.4 (the Explicit Control Evaluator) but with kludges added, mainly because not all Logo procedures return values.

There's one piece of good news:  There's a Program Logic Manual in source/plm.  So all the things I've forgotten aren't lost forever.  :-)

Brian Harvey
bh@cs.berkeley.edu
back to top