XLogo 0.9.21 review

Download
by rbytes.net on

XLogo is known to work successfully with LINUX (Debian, Mandrake 9.*, SUSE 8.2) XLogo is a Logo interpreter written in Java

License: GPL (GNU General Public License)
File size: 289K
Developer: Loic
0 stars award from rbytes.net

XLogo is known to work successfully with LINUX (Debian, Mandrake 9.*, SUSE 8.2)

XLogo is a Logo interpreter written in Java. This program is therefore free as in freedom and free as in beer.

Logo is a language developed in the 70s by Seymour Papert. It is an excellent language to begin learning programming with, and teaches the basics of things like loops, tests, procedures, etc.

The user is able to move an object called a "turtle" around the screen using commands as simple as forward, back, right, and so on. At each move, the turtle leaves a trail behind it, and it is therefore possible to create drawings. Operations on lists and words are also possible.

For example, forward 100 right 90 will make the turtle move 100 steps forward, and then turn the turtle 90?° to the right.

This graphical approach makes Logo an ideal language for beginners, and especially easy for children!

What's New in This Release:
Syntax highlighting in the editor and command line.
You can define your own colors (new tab added in the Preference dialog box).
16 new primitives have been added for predefined colors: black, red, green, yellow, blue, magenta, cyan, white, gray, lightgray, darkred, darkgreen, darkblue, pink, orange, purple, and brown.
Two primitives have been added: setstyle and style.
In the text zone, you can format the text (bold, italic, superscript, etc.).
You can save the text zone into Rich Text Format (RTF).
The manual has been updated.

XLogo 0.9.21 keywords