vote up 2 vote down star
2

The "joke" question Joel asked during podcast #58 made me all nostalgic for Logo, which was the second language I ever programmed in, after Basic, and which is why I never had any trouble with recursion in college.

Are there any implementations of Logo for Windows or Linux (the platforms I can use) or Mac (because I know I'm not alone in this world)? How can I get the Logo programming language for my computer?

flag

4 Answers

vote up 4 vote down

Cross-platform versions: http://www.mathcats.com/gallery/logodownloadinfo.html

MacOS X specific: http://www.alancsmith.co.uk/

Open-source Logo:
http://sourceforge.net/projects/fmslogo
http://www.rz.uni-augsburg.de/~micheler/en/

link|flag
2  
+1 for ACSLogo, I'd been playing with XLogo on the Mac and finding it very limited. – Simeon Pilgrim Jun 20 at 3:59
vote up 2 vote down

To really recreate the nostalgia, you might try running Logo on an emulated Apple II. You can get images of Apple II disks for Logo here and the AppleWin emulator here.

link|flag
good point, except that I had a C64 – Nathan Fellman Aug 11 at 10:58
vote up 1 vote down

There is a pure-Python version of Logo available at http://pylogo.org/

link|flag
If you just want to move the turtle, you can use TurtleWorld in Swampy. greenteapress.com/thinkpython/swampy/… – JcMaco Jun 20 at 4:43
vote up 1 vote down

UCBLogo is my favorite LOGO implementation, and happens to be available for Windows, UNIX (with X11 support for turtle drawing), and Mac OS X, with outdated ports for DOS and Mac OS 9 as well.

Most Linux distros already have it packaged.

It is also still maintained (thanks to cheap labor students at Berkeley), open-source, and very portable (I've run it on various flavors of UNIX, including Linux, and various processor architectures as well).

UCBLogo comes with a fairly comprehensive standard library and good documentation; the source code for the examples in Brian Harvey's "Computer Science Logo Style" books are also included.


Addendum:

papert - logo in your browser is surprisingly featureful, and seems to work in any modern browser.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.