Logo- Language Of The 80s, Byte Magazine Volume 7, Number 4, April 1982

24 points · 6 comments · view on lemmy.world

6 Comments

felixwhynot@lemmy.world · 7 pts · 1y (1 reply)

Definitely used this on Apple computers in grade school, thanks for posting

marx2k@lemmy.world · 2 pts · 1y

np!

EchoCranium@lemmy.zip · 6 pts · 1y (1 reply)

I remember using a program called Turtle Tracks using Logo. You programmed a turtle cursor to move around the screen and create drawings. That was definitely a long time ago.

AMillionMonkeys@lemmy.world · 4 pts · 1y

If you know your way around Python:
import turtle

AMillionMonkeys@lemmy.world · 4 pts · 1y

I was thrilled to find out that this is built-in to Python:
import turtle

Anticorp@lemmy.world · 3 pts · 1y

Spirograph graphics!