ucblogo-code
ucblogo-code copied to clipboard
Berkeley Logo interpreter
download Logo v6.1 from https://people.eecs.berkeley.edu/~bh/logo.html intall in /Applications click on UCB-Logo Icon to "junk pr "FOO end junk FOO po "junk to junk pr "FOO end ed "junk to junk...
On MacOS when I try to select text one of two things happens: 1. Nothing 2. The application crashes. The chances of which one will occur seem to be about...
In a procedure, a command that doesn't output to OUTPUT (an error) is misdiagnosed in the error text. For example: ``` to six output print 6 end six EXPECTED: ---------------------------------------------...
In the documentation it states that unmatched parenthesis (among other things) while reading a list will cause a continuation of input, but UCBLogo will accept a closing bracket. The closing...
If a procedure similar to the following is defined to stuff [ 1 ] print [Any Logo you like here] end then UCB Logo exits with a segmentation fault as...
Would it be possible to avoid the annoying scroll of the command input window that happens when the current input position is at the bottom of the window and the...
compiling generates a lot of warnings, especially with wxWidgets. Fixing them would be good.
Finish the object oriented logo additions. These are in ```#ifdef OBJECTS``` blocks.
Anyone want to answer this? :( From: Jackie McBride Date: Fri, 15 Mar 2024 23:26:36 -0700 Message-ID: Subject: accessibility (or rather lack thereof) of UCB Logo for Windows To: [email protected]...
if you type EDIT to get to the built-in editor, the text cursor is black no matter what the text foreground and background colors are set to. With the default...