6 ms·
You might have written that as a joke, but Logo's turtle graphics are polar coordinates and made sense to young students.
by chipuni 4y ago
You might have written that as a joke, but Logo's turtle graphics are polar coordinates and made sense to young students.
- Jtsummers 4y agoThe way of interacting with the turtle was via procedures and commanding it with things like "rotate 90" or "forward 100". Students didn't have to think about the coordinate system explicitly, only the result on the turtle from the turtle's POV.