With Gambas, you can quickly design your program GUI with QT or GTK+, access MySQL, Firebird, PostgreSQL, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and much more.
A program written with Gambas is a set of files, each file describing a class, in terms of object programming.
The class files are compiled, then executed by an interpreter.
Here are some key features of "Gambas":
Components:
· A compiler.
· An interpreter.
· An archiver.
· A graphical user interface component.
· A development environment.
What's New in This Release: [ read full changelog ]
· Czech, French and Russian translations were updated.
· Interpreter collection were fixed.
· String binary comparison, string locale-aware comparison, event handler search and string array search were optimized.
· Stock icons were updated, and a new Application theme named "Gambas" refer to them.
· Key.Code now always return zero to indicate that a modifier key was pressed.