Objects in UCBLogo #153
jasonsikes
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, all!
I am playing around with Logo's new objects. As a mostly C++ and Python user I find Logo's objects to be... different. Not bad! Especially considering the goal is to be easy to understand and still be useful, this design checks all the boxes!
Here are some quirks.
1. There are three things I found that cause segfaults.
A.
B.
and
C.
? show first self
2. The following are not problems (I believe), but I have questions.
A. Is there a way to remove a variable or procedure from an object?
B. Is HAVEMAKE intended to be a library procedure, similar to LOCALMAKE?
C. What happens if a user makes an object with the same parent listed twice? e.g.
? make "a (kindof self self)
or, similarly:
Thank you guys! This is looking really good!
--Jason
Beta Was this translation helpful? Give feedback.
All reactions