
Aubit 4GL compiler is a programming language based on (and compatible with) Informix-4GL. It provides an easy way to generate screen/form based programs, since statements for handling Windows, Forms, Menus, SQL, and similar are built-in. With support for SQL statements forming an intrinsic part of the language, it's especially suitable for developing database-oriented applications. Database connectivity is provided for PostgreSQL, MySQL, Informix, and others via ODBC. It supports both ncurses (console mode) and GTK+ (GUI mode) output.
License: GNU General Public License (GPL)
Changes:
Lots of bugfixes and new features were added, including some significant changes for BLOB handling, PDF report fixups, and a major update to the parser in the way it handles variables definitions. Numerous memory leaks were also found and fixed.
