Gambas is a free development environment based on a Basic interpreter with object extensions.
It is inspired by Visual Basic and Java. Although it has some similarities with Visual Basic, Gambas is not a clone.
With Gambas, you can design your application’s Graphical User Interface with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, code network applications easily, create 3D OpenGL applications, develop CGI web applications, and much more.
Gambas has a component architecture that allows users to extend the language. Anyone can write components as shared libraries that dynamically add new native classes to the interpreter.
Gambas consists of:
- A compiler:
- Fast executable.
- Relies on the interpreter for optimization.
- Manages and compiles strong translations using the GNU gettext tools.
- An interpreter:
- Provides all of the native features of Basic.
- Loads classes on demand.
- Linking between classes is done entirely at runtime.
- An archiver:
- Creates a Gambas executable from a Gambas project directory.
- A scripter:
- A small Gambas executable that allows you to dump Gambas code into a text file.
- A development environment.
- Many extension components.
Characteristics of the Gambas Language
- Approximately 250 keywords and native functions to manage almost everything: arithmetic, strings, input-outputs, files, time…
- Full error management.
- Full process control, with pseudo-terminal management.
- Full support for watching input-output file descriptors.
- Event loop support with timers.
- Native UTF-8 string support.
- Full internationalization and translation support.
- Ability to call external functions in system shared libraries.
- Object oriented:
- Objects and classes.
- Properties, methods, constants and events.
- Public and private symbols.
- Polymorphism, i.e. virtual method dispatching.
- Single inheritance.
- Constructors and destructors.
- Array accessors, enumerators, sortable objects.
Website: gambas.sourceforge.net
Support: Documentation, GitLab Code Repository
Developer: Benoit Minisini and others
License: GNU General Public License v2.0
Gambas is written in C. Learn C with our recommended free books and free tutorials.
Related Software
| Integrated Development Environments | |
|---|---|
| RStudio | Enterprise-ready professional software for R |
| PyCharm | Integrated Development Environment for Python |
| Neovim | Continuation and extension of Vim |
| Lapce | Fast and powerful code editor written in Rust |
| NetBeans IDE | Java based IDE from Apache |
| VSCodium | Binary distribution of VS Code |
| Eclipse | Java based environment combining a number of different Eclipse projects |
| Qt Creator | Cross-platform, complete Integrated Development Environment |
| Spyder | The Scientific Python Development Environment |
| KDevelop | An easy to use IDE for KDE |
| Helix | Post-modern modal text editor |
| Positron | Next-generation data science IDE |
| eric | Full featured Python editor and IDE |
| Thonny | Python Integrated Development Environment for Beginners |
| Lazarus | Delphi compatible cross-platform IDE |
| PyDev | Python Integrated Development Environment for Eclipse |
| Gambas | Development environment and a full powerful development platform |
| Leo | Python based IDE, Outliner and PIM |
| IntelliJ IDEA | IDE for Java, Groovy, and other languages |
| LiteIDE | Edit and build Go projects |
| Arduino IDE | Electronics prototyping platform |
| ZeroBrane Studio | Lightweight Lua-based IDE for Lua |
| CodeLite | Powerful and lightweight C/C++ IDE |
| Pyzo | Cross-Platform Python IDE focused on interactivity and introspection |
| DrRacket | IDE for the Racket programming languages |
| Builder | IDE for GNOME |
| Geany | Small and lightweight IDE based on Scintilla |
| Code::Blocks | Very extensible and fully configurable |
| Ecere SDK | Software development kit |
| Zasper | IDE for Data Science |
| U++ | Rapid application development framework |
| roobuilder | Vala and JavaScript IDE |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

