TurtleTracks Logo for Sun Java 1.1
for some OOP and internationalization enhancements (by G.Birbilis) to TurtleTracks Logo, see E-Slate's Logo scripting engine & the E-Slate Logo component
to use the .NET J# version of TurtleTracks Logo, you need to first install:
Sources of TurtleTracks Logo for J# (J# is a Microsoft .NET compiler that turns Java 1.1 source code into .NET Intermediate Language [IL])
Porting to J# by G.Birbilis (needed some small changes to the original Java version sources, search for "Birb" in the sources to find those changes)
A command-line console application of TurtleTracks Logo (need to have the .NET Runtime installed, can get it from http://windowsupdate.microsoft.com)
A GUI console application of TurtleTracks Logo (need to have the .NET Runtime installed, can get it from http://windowsupdate.microsoft.com)
Can give the "DRAW" command to open a Turtle Graphics window (then control the turle via FORWARD / BACK / LEFT / RIGHT / PENUP / PENDOWN / etc. commands - see TurtleTracks documentation for more)
the two .EXE files (command-line and GUI consoles) were compiled with J#1.0 and .NET1.0 and so they need the respective versions of .NET and J# installed (those can coexist with newer .NET and J# versions). Else you can recompile/rebuild the source code yourself using the latest J# version and .NET runtime
TurtleTracks.net_20041028.zip contains the TurtleTracks.net as several .NET assembly (=library) and application projects (compiled with J#/.NET 1.1)
It also contains a partial on-going port to C# (using JLCA - Java Language Conversion Assistant - from MS)