====== Mails ====== ===== On-line implementation(s) of Logo ===== Subject: Re: [LogoForum] On-line implementation(s) of Logo From: "Pavel Boytchev" Date: Fri, January 14, 2011 21:10 To: LogoForum@yahoogroups.com Priority: Normal > So I would like to kindly ask other members if they remember such > posts and/or are authors of such Logo implementations, please let me > know so that I can give a list to that teacher. Peter - I'd suggest checking the Logo tree. Every implementation that is Java- or JavaScript-based is a good candidate for an online Logo (although there is no guarantee that the Logo is still available or that it is really on-line Logo). http://elica.net/download/papers/LogoTreeProject.pdf - AJLogo; http://www.ajlogo.com - Cricket Logo for YoYo - CruisletLogo, http://etl.ppp.uoa.gr/_content/download/index_download_en.htm - Dolittle - E-Slate Logo, http://e-slate.cti.gr - Galapago, http://www.hexidec.com/galapago.php - JavaLogo, http://javalogo.sourceforge.net - jLogo, http://www.bfoit.org/itp/jLogoPrimitives.html - Leonardo, http://sourceforge.net/projects/leonardologo - Logo Interpreter, http://www.calormen.com/Logo (this one is in JavaScript) - Logo3D, http://sourceforge.net/projects/logo3d; http://acima.lncc.br/~silvano/logo3di.htm - NetLogo & NetLogo 3D, http://ccl.northwestern.edu/netlogo - OpenLogo, http://sourceforge.net/projects/openlogo - OpenStarLogo, http://education.mit.edu/openstarlogo/ - papert, http://code.google.com/p/papert (this one is in JavaScript) - rLogo, http://www.embry.com/rLogo - Simple Logo, http://sourceforge.net/projects/simple-logo - StarLogo for YoYo - StarLogo TNG, http://education.mit.edu/starlogo-tng - Tortue, http://tortue.sourceforge.net - Turtle Tracks, http://turtletracks.sourceforge.net - XLogo, http://xlogo.tuxfamily.org - YoYo, http://lcs.www.media.mit.edu/groups/el/projects/bongo - Pavel Subject: Re: [LogoForum] Re: On-line implementation(s) of Logo From: "Peter Tomcsanyi" Date: Sat, January 15, 2011 19:19 To: LogoForum@yahoogroups.com Hello, Thanks for all the input. I browsed trough the list from Pavel, adding the links from Graham and Gene. I was looking only for implementations, which run directly from a browser on an existing Web page. And this is which ones I found to be actually working: --- Java applet: Very simple, no procedures: http://www.mathsnet.net/logo/javalogo.html rLogo - main page http://www.embry.com/rLogo/ rLogo - page of the intepreter itself: http://www.embry.com/rLogo/rLogo.html Two versions linked at the end of the page. The first works well, but it is in French. The other does not work on my computer (but maybe it will works well on somebody else computers): http://guillot.emmanuel.free.fr/jLogo/applet.php Interactive Logo programming lessons with embedded Java applet of Logo for trying out the constructs immediately: http://www.bfoit.org/itp/itp.html --- Javascript: http://www.calormen.com/Logo/ Main page: http://logo.twentygototen.org/ The script page: http://code.google.com/p/papert/ Best regards Peter