Little Wizard is a development environment for
children. It is intended to be used by primary
school children to learn about the main elements
of real computer languages. Using only the mouse,
children can explore programming concepts such as
variables, expressions, loops, conditions, and
logical blocks. Every element of the language is
represented by an intuitive icon, making it easy
to learn.
License: GNU General Public License (GPL)
Changes:
This release introduces many new features, including the new commands else, break, and continue, remarks support, boolean type support, string comparison support, and a rewritten parser and interpreter. Many bugs have been fixed.