ucblogo-code icon indicating copy to clipboard operation
ucblogo-code copied to clipboard

Berkeley Logo interpreter

Results 31 ucblogo-code issues
Sort by recently updated
recently updated
newest added

I was reading through CSLS and encountered this weird problem ``` to test.once :thing print se "Enter word :thing ": repeat 1 [if equalp :thing first readlist [print "Right! stop]]...

Running the following command in ucbLogo 6.2.2 on windows, ``` print first (cascade 4 "bf [The Continuing Story of Bungalow Bill]) ``` I get: ``` I don't know how to...

Doing `make distclean` (following `make mac`) on MacOS Monterey leaves behind the following files: ``` Makefile.in UCBLogo.app/** aclocal.m4 autom4te.cache/** compile config.h.in configure csls/Makefile.in depcomp docs/Makefile.in docs/texinfo.tex helpfiles/ALL_NAMES helpfiles/HELPCONTENTS helpfiles/Makefile.in install-sh...

The enclosed messages are on MacOS Monterey and wxWidgets 3.2 (which is about to be released. [buildmsg.txt](https://github.com/jrincayc/ucblogo-code/files/8950126/buildmsg.txt)

After building on MacOS Monterey, I get: ``` $ ./ucblogo Changing logolib from /usr/local/share/ucblogo/logolib to /Users/perry/src/ucblogo/ucblogo-code/logolib Error -- Can't read Messages file. logolib: /Users/perry/src/ucblogo/ucblogo-code/Contents/Resources/logolib $ ``` Clearly there is something...

README.me says > The current version is 6.2 but the current version as of 4 months ago is actually 6.2.2. Maybe it would be simpler not to list the current...

It would be useful if people using brew ( https://brew.sh/ ) could install ucblogo with brew. As in get a recipe added to brew so that: ``` brew install ucblogo...

When trying to build this on docker ```Dockerfile FROM alpine:3 AS builder RUN apk add --update alpine-sdk git autoconf automake libtool gettext wxgtk WORKDIR /logo RUN git clone https://github.com/jrincayc/ucblogo-code ....

I learned from Dr. Harvey's personal page that UCBLogo is again under active development. Great news, I must say! Is there a goal to add Unicode support? Anyway, based on...

enhancement

As said in the title, could we provide a script mode that has nothing to do with the turtle and the GUI, just run a script file like what `load`...