20 November 2007 10:30
Gambas - Gambas Almost Means Basic
by 3 others (via)Gambas is, before all, a Basic language with object extensions. A program written with Gambas is a set of files. Each file describes a class, in terms of object programming. The class files are compiled, then executed by an interpreter. From this point of view, it is very inspired by Java.
Gambas is made up of the following programs:
* A compiler.
* An interpreter.
* An archiver.
* A graphical user interface component.
* A development environment.
1
(1 marks)