Software Alternatives & Reviews

Gambas VS Visual Basic

Compare Gambas VS Visual Basic and see what are their differences

Gambas logo Gambas

Gambas is a full-featured object language and development environment built on a BASIC interpreter.

Visual Basic logo Visual Basic

Modern, high-level, multi-paradigm, general-purpose programming language for building apps using Visual Studio and the .NET Framework
  • Gambas Landing page
    Landing page //
    2019-06-06

Gambas is 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. It is very inspired by Java. Gambas is made up of the following programs: * compiler * interpreter * archiver * graphical user interface component * development environment The development environment is written with Gambas itself, to show the abilities of the language. Features - A Gambas project is stored under 1 directory. The archiver transforms the project directory structure in one sole executable file - Compiling a project only requires the compilation of the modified classes. Every external reference of a class is solved dynamically at the execution time - Gambas has a component architecture that allows to extend the language. Anyone can write components as shared libraries that dynamically add new native classes to the interpreter. Components can be written in Gambas. The component architecture is documented in the Wiki encyclopaedia - By default, the Gambas interpreter is a text-only program. The component architecture is used for writing the graphical user interface part of the language - The graphical user interface is implemented as a component, Gambas will be able to be independent of any toolkit! Write a program, and choose the toolkit later : GTK+, Qt4.. - Gambas projects are easily translatable - Its object model is simple but powerful

  • Visual Basic Landing page
    Landing page //
    2023-03-13

Gambas videos

REVIEW GAMBAS | sumberplastik.co.id

More videos:

  • Review - Gambas al Ajillo Review 3/14/20 @ #SeaWorldSevenSeas #SeaWorldSanDiego
  • Review - Review Software Gambas 2.99 : The Best Visual Basic Alternative

Visual Basic videos

No Visual Basic videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Gambas and Visual Basic)
Programming Language
51 51%
49% 49
OOP
58 58%
42% 42
Generic Programming Language
IDE
100 100%
0% 0

User comments

Share your experience with using Gambas and Visual Basic. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Visual Basic might be a bit more popular than Gambas. We know about 5 links to it since March 2021 and only 4 links to Gambas. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Gambas mentions (4)

Visual Basic mentions (5)

  • Is there a visual basic tutorial for people people who already know how to program?
    Yes. It's called the documentation. Source: over 1 year ago
  • Any good tutorials and books for VB.Net and VBA?
    The Microsoft documentation is probably going to be the best bet for VB.NET. Source: about 2 years ago
  • Magikcraft – Teaching Kids to Program Using Minecraft with Joshua Wulf
    And for that one, I had a friend who worked at the computer place who had Visual Basic, and I was like, "Give me the Visual Basic disc." And so I loaded that onto my computer and just made a CV as a program in Visual Basic, put it on a floppy disk, and then dropped it in the letterbox of this guy who was in his garage. He had a small business, and he needed an extra programmer. And that's how I started my first... - Source: dev.to / over 2 years ago
  • Where can I find a very good VBA course?
    How about this by Microsoft? https://docs.microsoft.com/en-us/dotnet/visual-basic/. Source: almost 3 years ago
  • Need help running a vb.net console application in powershell.
    Are you referring to the .NET version of Visual Basic here or the classic Visual Basic 6 which pre-dates .NET by quite a bit and whose extended support ended in 2008? Source: almost 3 years ago

What are some alternatives?

When comparing Gambas and Visual Basic, you can also consider the following products

Xojo - Real Software and Real Studio are now Xojo.

F# - F# is a mature, open source, cross-platform, functional-first programming language.

Lazarus - Lazarus is a cross-platform IDE for the Free Pascal compiler.

C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation

Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.

D (Programming Language) - D is a language with C-like syntax and static typing.