|
| |
 |
|
Yes! The beta of Logo+ has been released.
Try it out and receive a FREE copy of the release version.
Click here to download it. |
 |
|
As Easy as 1, 2, 3.
Direct a turtle using simple commands like forward, right, left, and home.
Explore geometry from the viewpoint of a turtle, and learn to program computers at the same time.
Example: How to draw a 5-sided star in Logo+?
 |
 |
 |
1. Analysis
To form the star, the turtle has to turn 144° at each turn. |
2. Code
Instruct the turtle to Go forward 50 steps, then turn left 144°. Repeat this 5 times. |
3. Run!
Run the code. See how the turtle draws the star! |
Logo+ lets you:
- Create intricate graphics through simple programs.
- Discover and explore the link between beautiful classes of fractals and simple repeated or recursive patterns in programs.
- Build on your work, create new abstractions by defining new commands.
- Teach others to program trough our interactive tutorial system.
|
Features
Logo+ is a fun programming tool for all ages and abilities ranging from the beginner to the advanced Lisp wizard. Based on the simple high level computer language Scheme, which is a part of the Lisp family of languages, Logo+ allows you to create whole new worlds, going beyond the world of Logo itself. Logo+ comes packed with several packages, including:
-
turtle graphics
a variation of the traditional Logo with multiple turtles
a built in Scheme interpreter for full programmability
Logo commands implemented in Scheme
simple straight-forward updates for code changes,
easy file editing and parentheses highlighting
lots of tutorials to get started
reports on mistakes in your code and suggestions for corrections
basic hooks to the OpenGL 3D API
|
|
|
|