Box 0.1, alpha20080913 (Default branch)

Box is a programming language that puts special emphasis on graphics. It is intended to be for vector graphics what LaTeX is for writing scientific documents. License: GNU Lesser General Public License (LGPL) Changes:
Variables defined in the upper scope unit are globally defined and are accessible from procedures. $, $$, ... without depth specification refer now to the current definition Box. If A = B, then A inherits the procedures of B. The Str object was added. This object allows you to concatenate strings and print other types to string. It can be safely used as Str@MyType, since "ordinary strings" (arrays of char) are automatically converted to Str (Str = (()Char -> STR)). Window.Hot now returns the last point it received as argument. Exit status should now be treated more carefully.

More...