IDE

Gambas – development environment and a full powerful development platform

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
RStudioEnterprise-ready professional software for R
PyCharmIntegrated Development Environment for Python
NeovimContinuation and extension of Vim
LapceFast and powerful code editor written in Rust
NetBeans IDEJava based IDE from Apache
VSCodiumBinary distribution of VS Code
EclipseJava based environment combining a number of different Eclipse projects
Qt CreatorCross-platform, complete Integrated Development Environment
SpyderThe Scientific Python Development Environment
KDevelopAn easy to use IDE for KDE
HelixPost-modern modal text editor
PositronNext-generation data science IDE
ericFull featured Python editor and IDE
ThonnyPython Integrated Development Environment for Beginners
LazarusDelphi compatible cross-platform IDE
PyDevPython Integrated Development Environment for Eclipse
GambasDevelopment environment and a full powerful development platform
LeoPython based IDE, Outliner and PIM
IntelliJ IDEAIDE for Java, Groovy, and other languages
LiteIDEEdit and build Go projects
Arduino IDEElectronics prototyping platform
ZeroBrane StudioLightweight Lua-based IDE for Lua
CodeLitePowerful and lightweight C/C++ IDE
PyzoCross-Platform Python IDE focused on interactivity and introspection
DrRacketIDE for the Racket programming languages
BuilderIDE for GNOME
GeanySmall and lightweight IDE based on Scintilla
Code::BlocksVery extensible and fully configurable
Ecere SDKSoftware development kit
ZasperIDE for Data Science
U++Rapid application development framework
roobuilderVala and JavaScript IDE

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments