Authored by Ed Price
Let’s take a look at where the Small Basic Turtle object came from!
Turtle graphics were based on turtle robots, which were used in programming. In 1948, Grey Walter created his first robots, named Elmer and Elsie. People often thought his robots looked and moved like tortoises.
http://media.tumblr.com/tumblr_m41ogptcSC1rpx08t.png
http://2.bp.blogspot.com/-Oxd4RRCuF5o/UY-KhgISNYI/AAAAAAAAAtc/HUWzGb9JjYU/s1600/historia-logo-t...
Years later, in 1967, two MIT professors (in Cambridge, Massachusetts) invented their PDP 1 computer. Kids from schools connected to it from phone lines. They didn’t have monitors, so they wanted the kids to see robotics as the result of the programming. That led to the return of the turtle! Only this turtle was more like R2D2:
http://media.tumblr.com/tumblr_m43bakRVSb1rpx08t.png
In order to program for this physical turtle, they created this concept of the display turtle as part of their Logo programming language:
https://theantiroom.files.wordpress.com/2011/04/logo_turtle.jpg
(Logo comes from the Greek word, logos, which means “thought” or “word”. They created the Logo programming language to differentiate that the language is based on words, graphics, and logic, and not just on numbers like most of the contemporary programming languages of that time.)
Before long, most modern implementation of Logo Turtle Graphics began to show the cursor as an actual turtle:
http://www.annehelmond.nl/wordpress/wp-content/uploads/2007/11/logo_mit.png
And that even extended to the turtle robots as well:
http://gallery.nen.gov.uk/assets/0802/0000/0121/ict_equipment21_mid.jpg
Similar to the Small Basic turtle, the Logo turtle included commands for relative movement and turning.
Finally, here is what the Turtle looks like in Small Basic:
Here are the methods of the Turtle object in Small Basic:
See Also:
The Small Basic Turtle has taken on a new life in the community! For example...
Nonki puts his turtle to use in a classic shooter, called Turtle Dodger:
Here's a tweet for Turtle Dodger:
https://twitter.com/ptrelford/status/561578647900151808
Have a turtle-tastic day!
- Ninja Ed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.