Software Alternatives & Reviews

Kotlin VS Gambas

Compare Kotlin VS Gambas and see what are their differences

Kotlin logo Kotlin

Statically typed Programming Language targeting JVM and JavaScript

Gambas logo Gambas

Gambas is a full-featured object language and development environment built on a BASIC interpreter.
  • Kotlin Landing page
    Landing page //
    2023-05-09

We recommend LibHunt Kotlin for discovery and comparisons of trending Kotlin projects.

  • 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

Kotlin videos

10 reasons to try Kotlin for Android development

More videos:

  • Review - What can Kotlin do for me? (GDD Europe '17)
  • Review - Java or Kotlin for Android Development – Which One Is Better?

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

Category Popularity

0-100% (relative to Kotlin and Gambas)
Programming Language
86 86%
14% 14
OOP
87 87%
13% 13
Generic Programming Language
Development Tools
100 100%
0% 0

User comments

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

Reviews

These are some of the external sources and on-site user reviews we've used to compare Kotlin and Gambas

Kotlin Reviews

Top 10 Rust Alternatives
The last computer programming language to stand out as an exceptional alternative to Rust is named Kotlin. It is typed statically and was manufactured for Java machines.

Gambas Reviews

We have no reviews of Gambas yet.
Be the first one to post

Social recommendations and mentions

Based on our record, Kotlin seems to be a lot more popular than Gambas. While we know about 74 links to Kotlin, we've tracked only 4 mentions of 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.

Kotlin mentions (74)

  • Implementing an Auto-logout Feature for Android in Kotlin
    A basic understanding of Kotlin and programming in general (OOP). - Source: dev.to / 28 days ago
  • Kotlin and Azure Functions - Automating the deployment
    Being somewhat allergic to coding in Java (this is a personal thing, if you like Java then good for you) I decided to try out writing the code using Kotlin from JetBrains instead. I'm already using IntelliJ as I work with Apache Spark using Scala, so the tooling was already there and ready to go for this. - Source: dev.to / about 2 months ago
  • 🎉 Kotlin Multiplatform is now STABLE!
    Congrats to our friends at Kotlin. 🚀 After years of growth and development, KMP reaches a pivotal milestone with 1.9.20. We’ve been on team Kotlin Multiplatform since day one, and the best is yet to come! Learn more 👉 https://touchlab.co/kotlin-multiplatform-is-stable. Source: 6 months ago
  • Regarding Lenses, Prisms and Optics
    Another option could be to check out Kotlin. It's a JVM language that while still object-oriented has may functional syntax features. Source: 7 months ago
  • Kotlin Multiplatform for Android and iOS Apps
    Kotlin is not a Google project. It is made by JetBrains. It says so right up front on their web page: https://kotlinlang.org/. - Source: Hacker News / 7 months ago
View more

Gambas mentions (4)

What are some alternatives?

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

Dart - A new web programming language with libraries, a virtual machine, and tools

Xojo - Real Software and Real Studio are now Xojo.

Elixir - Dynamic, functional language designed for building scalable and maintainable applications

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

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

JavaScript - Lightweight, interpreted, object-oriented language with first-class functions