Logo: Programming with Turtle Graphics (IBM PC) (1983)
1–10 of 25 posts
Re: Logo: Programming with Turtle Graphics (IBM PC) (1983)
#2Remarkably, within just 23 hours, a generous HN user, rmini, scanned all 240 pages of the manual and shared it with us [2].
See the links below for the discussion on the aforementioned "Ask HN" post that resulted in this document becoming available on archive.org! Thank you, @rmini, for your generosity and help!
Re: Logo: Programming with Turtle Graphics (IBM PC) (1983)
#3Re: Logo: Programming with Turtle Graphics (IBM PC) (1983)
#4Re: Logo: Programming with Turtle Graphics (IBM PC) (1983)
#5Re: Logo: Programming with Turtle Graphics (IBM PC) (1983)
#6I think its purpose has now been replaced by Scratch, but still, good times and I will always remember that little turtle that brought us tons of fun.
Re: Logo: Programming with Turtle Graphics (IBM PC) (1983)
#7Love the immediacy and physicality of that to this day, which is why i still love processing as a learning language for kids.
Oh nice, someone has done some work restoring on of those little robots: https://www.waitingforfriday.com/?p=70
Re: Logo: Programming with Turtle Graphics (IBM PC) (1983)
#8That is the first programming environment I ever used. It was an amazing starting point.
Re: Logo: Programming with Turtle Graphics (IBM PC) (1983)
#9Re: Logo: Programming with Turtle Graphics (IBM PC) (1983)
#10After getting the fundamentals down in MSX-LOGO, I learned BASIC and some part of English at the same time: learning BASIC made learning English fun. This was before I had any classes in English.
I hoped MSX-BASIC allowed me to make fast running programs, but it did not. It was not until many years later that I got introduced to open source. Now I has access to compilers, libraries, languages: everything I needed to make fast programs.
Aware of my new found powers I decided to build a modern version of MSX-LOGO: an integrated programming environment for learning purpose in which the syntax is translated to the mother tongue of the programmer. I got it into the KDE project so it would be translated.
Tada:
I've met several people who's first experience with programming was with KTurtle in a language other than English (it's currently translated in 25+ languages)
https://l10n.kde.org/stats/gui/trunk-kf6/package/kturtle/
If we want to have a rich open source ecosystem we better make the on-ramp for new contributors are easy as can be. In this way I wanted to give back (help strengthen) the open source commons.