fbpx
Wikipedia

Gambas

Gambas is the name of an object-oriented dialect of the BASIC programming language, as well as the integrated development environment that accompanies it.[3] Designed to run on Linux and other Unix-like computer operating systems,[4] its name is a recursive acronym for Gambas Almost Means Basic. Gambas is also the word for prawns in the Spanish, French, and Portuguese languages, from which the project's logos are derived.

Gambas
Gambas 3.3.4 running on Fedora 16 with Xfce
Designed byBenoît Minisini
First appeared1999; 24 years ago (1999)
Stable release
3.17.3 / July 22, 2022; 7 months ago (2022-07-22)[1]
OSLinux, FreeBSD; version for
Mac OS X and Haiku in progress; Microsoft Windows through Cygwin
LicenseGNU GPLv2+
Websitehttp://gambas.sourceforge.net
Influenced by
Visual Basic, Java[2]

History

 
Gambas 1.0.15 running from KDE

Gambas was developed by the French programmer Benoît Minisini, with its first release coming in 1999. Benoît had grown up with the BASIC language, and decided to make a free software development environment that could quickly and easily make programs with user interfaces.[2]

The Gambas 1.x versions featured an interface made up of several different separate windows for forms and IDE dialogues in a similar fashion to the interface of earlier versions of the GIMP. It could also only develop applications using Qt and was more oriented towards the development of applications for KDE.[5] The last release of the 1.x versions was Gambas 1.0.19.

 
Gambas 2.7 with Russian interface

The first of the 2.x versions was released on January 2, 2008, after three to four years of development. It featured a major redesign of the interface, now with all forms and functions embedded in a single window, as well as some changes to the Gambas syntax, although for the most part code compatibility was kept. It featured major updates to existing Gambas components as well as the addition of some new ones, such as new components that could use GTK+ or SDL for drawing or utilize OpenGL acceleration. Gambas 2.x versions can load up and run Gambas 1.x projects, with occasional incompatibilities; the same is true for Gambas 2.x to 3.x, but not from Gambas 1.x to 3.x.

The next major iteration of Gambas, the 3.x versions, was released on December 31, 2011.[6] A 2015 benchmark published on the Gambas website showed Gambas 3.8.90 scripting as being faster to varying degrees than Perl 5.20.2 and the then-latest 2.7.10 version of Python in many tests.[7] Version 3.16.0 released on April 20, 2021, featured full support for Wayland using the graphical components, as well as parity between the Qt 5 and GTK 3 components.[8]

Features

 
Gambas 2.7.0 running on Fedora Linux with Blackbox

Gambas is designed to build graphical programs using the Qt (currently Qt 4.x or 5.x since 3.8.0) or the GTK toolkit (GTK 3.x also supported as of 3.6.0); the Gambas IDE is written in Gambas.[9] Gambas includes a GUI designer to aid in creating user interfaces in an event-driven style, but can also make command line applications,[10] as well as text-based user interfaces using the ncurses toolkit.[11] The Gambas runtime environment is needed to run executables.

Functionality is provided by a variety of components, each of which can be selected to provide additional features.[12] Drawing can be provided either through Qt and GTK toolkits, with an additional component which is designed to switch between them.[13] Drawing can also be provided through the Simple DirectMedia Layer (originally version 1.x, with 2.x added as of 3.7.0),[14] which can also be utilized for audio playback through a separate sound component (a component for the OpenAL specification has also been added). GPU acceleration support is available through an OpenGL component, as well as other hardware functionally provided by various other components.[13] There are also components for handling other specialized tasks.[12]

 
One of the examples running inside Gambas 3 IDE
 
Game: Stars War made in Gambas3

With Gambas, developers can also use databases such as MySQL or PostgreSQL, build KDE (Qt) and GNOME GTK applications with DCOP, translate Visual Basic programs to Gambas and run them under Linux, build network solutions, and create CGI web applications. The IDE also includes a tool for the creation of installation packages, supporting GNU Autotools, slackpkg, pacman, RPM, and debs (the latter two then tailored for specific distributions such as Fedora/RHEL/CentOS, Mageia, Mandriva, OpenSUSE and Debian, Ubuntu/Mint).

Gambas since version 3.2 IDE has integrated profiler and it started to use Just-in-time compilation technology.

Differences from Visual Basic

Gambas is intended to provide a similar experience as developing in Microsoft Visual Basic, but it is not a free software clone of the popular proprietary program. The author of Gambas makes it clear that there are similarities to Visual Basic, such as syntax for BASIC programs and the integrated development environment; Gambas was written from the start to be a development environment of its own and seeks to improve on the formula.[15][16][17]

Its object model, each class being represented in a file, as well as the archiver to package the program is all inspired by the Java programming language. Gambas is intended to be an alternative for former Visual Basic developers who have decided to migrate to Linux. There are also other important distinctions between Gambas and Visual Basic. One notable example is that in Gambas array indexes always start with 0, whereas Visual Basic indexes can start with 0 or 1.[18] Gambas also supports the += and -= shorthand not found in classic Visual Basic. Both of these are features of Visual Basic .NET however.

Adoption

Several programs and many forms of example code have been written using and for Gambas. Freecode (formerly Freshmeat) listed 23 applications that were developed using Gambas,[19] while the Gambas wiki listed 82;[20] several other specialized sites list Gambas applications and code.[21][22][23] A Gambas written application, named Gambas3 ShowCase, acted as a software center to download or install Gambas 3 applications.[24] It has since been discontinued following the launch of the first party Gambas Software Farm integrated into the IDE since 3.7.1, which contains nearly 500 applications and demos.[25][26] Several community sites, including community forums and mailing lists, also exist for Gambas.[27] A notable application written in Gambas is Xt7-player-mpv, a GUI frontend for mpv player contained in a number of Linux software repositories.[28][29][30] The comisat Games Collection are early examples of video games written in Gambas.[31]

Availability

Gambas is included in the repositories of a number of Linux distributions, such as Debian, Fedora, Mandriva Linux and Ubuntu. A Microsoft Windows version of Gambas was run under the Cygwin environment, although this version was significantly less tested than its Linux counterparts and was command-line only; Cooperative Linux and derivatives have also been used,[32] as well as specialized Linux virtual machines.[33] [34] An independent contributor, François Gallo, also worked on porting Gambas 3.x to Mac OS X and FreeBSD, based on using local versions of the X11 system.[35] Gambas from version 3.2 can run on Raspberry Pi, and offers just-in-time compilation there from version 3.12. It can also be ran from the cloud using rollApp.[36]

In November 2013, the future portability of Gambas was discussed, listing the main concerns being Linux kernel features utilized in the interpreter, components using Linux specific software and libraries, and primarily X11-tying in the Qt, GTK and desktop integration components. However, partly due to the need to upgrade to newer toolkits such as GTK 3 (added as of 3.6.0) and Qt 5 (as of 3.8.0), future versions would be less X11 tied, making projects like Cygwin or utterly native versions on other platforms more possible. Benoît Minisini stated that he intended to "encapsulate" X11 specific code to aid in any attempt to replace it,[37] with the X11 support in the desktop component moved to its own component as of 3.6.0.

On October 27, 2016, a screenshot and setup guide was released from the main page for running Gambas fully through Cygwin, including most components, graphical toolkits, and the complete IDE.[38][39] The relevant patches were mainlined as of version 3.9.2.[40] This replaces the prior recommended method of using freenx forwarding from a Linux server.[41] It has also been successfully run using the Windows Subsystem for Linux.[42] This was usually done using an X terminal emulator such Mobaxterm on Windows,[43] as WSL did not support X11 graphics directly until Windows 11.[44]

Example code

A "Hello, World!" program with graphical user interface.

Public Sub Main()  Message("Hello, World!") End 

Program that computes a 100-term polynomial 500000 times, and repeats it ten times (used for benchmarking).

Private Sub Test(X As Float) As Float  Dim Mu As Float = 10.0  Dim Pu, Su As Float  Dim I, J, N As Integer  Dim aPoly As New Float[100]  N = 500000  For I = 0 To N - 1  For J = 0 To 99  Mu = (Mu + 2.0) / 2.0  aPoly[J] = Mu  Next  Su = 0.0  For J = 0 To 99  Su = X * Su + aPoly[J]  Next  Pu += Su  Next  Return Pu End Public Sub Main()  Dim I as Integer  For I = 1 To 10  Print Test(0.2)  Next End 

See also

References

  1. ^ "Releases · Gambas / gambas · GitLab". Retrieved 2023-01-11.
  2. ^ a b "Gambas Documentation Introduction". Gambas Website. Retrieved 2017-10-09.
  3. ^ Huges, Matthew (2015-03-03). "The BASIC Guide to GAMBAS: All You Need To Know". MakeUseOf. Retrieved 2023-02-11.
  4. ^ Upfold, Peter (2008-09-08). "Gambas — Almost Visual Basic for Linux". FOSSwire. Retrieved 2011-05-07.
  5. ^ . CodeFez. Archived from the original on 2009-09-09. Retrieved 2007-04-04.
  6. ^ "Gambas 3.0 for BASIC with bug and security fixes". The H. Retrieved 2012-01-05.
  7. ^ "Benchmarking". Gambas Website. Retrieved 2018-02-11.
  8. ^ "3.16.0 release notes". Gambas Website. Retrieved 2021-02-11.
  9. ^ "Frequently Asked Questions". Gambas Documentation. Retrieved 2014-11-17.
  10. ^ An Alphabet of Computer Languages: BASIC, PCLinuxOS Magazine
  11. ^ Gambas cli programming: ncurses text based user interface
  12. ^ a b Fernandez, Daniel (2004-11-11). "Regarding Gambas". OSNews. Retrieved 2011-05-07.
  13. ^ a b . Linux.co.uk. Archived from the original on 2011-05-25. Retrieved 2011-05-07.
  14. ^ . Gambas Mailing List. Archived from the original on 2015-02-09. Retrieved 2015-02-09.
  15. ^ Mark Alexander Bain (2008-08-28). "Gambas -- Almost Visual Basic on Linux". Suite101.
  16. ^ Frank Wieduwilt (October 2008). "Programming with the Gambas Basic IDE". Linux Pro Magazine. Retrieved 2011-12-10.
  17. ^ AWC Electronics. "Physical Computing with Linux: A Rapid Approach using Gambas". Retrieved 2012-02-18.
  18. ^ "Differences from Visual Basic". Gambas Website. Retrieved 2020-05-01.
  19. ^ . Freshmeat. Archived from the original on 2013-09-28. Retrieved 2012-10-28.
  20. ^ . Gambas. Archived from the original on 2019-10-26. Retrieved 2020-05-01.
  21. ^ . GAMBAS BASIC. Archived from the original on 2011-05-12. Retrieved 2011-05-07.
  22. ^ "Gambas Examples". Piga Software. Retrieved 2011-05-07.
  23. ^ Gambas games - Libregamewiki
  24. ^ . gbWilly. Archived from the original on 2016-01-10. Retrieved 2013-09-22.
  25. ^ Gambas Farm
  26. ^ Gambas Farm Server Protocol - Gambas Documentation
  27. ^ . Gambas Web site. Archived from the original on 2020-02-01. Retrieved 2021-04-04.
  28. ^ xt7-player-mpv - linux-APPS.com
  29. ^ XT7-Player – Best Video Player for Kubuntu / KDE - Ubuntu Handbook
  30. ^ Xt7-Player Is A Fully Featured Mplayer GUI - Web Upd8
  31. ^ "comisat Games Collection 0.5.2 review". Nixbit. Retrieved 2023-02-08.
  32. ^ Gambas on Windows - Alternative
  33. ^ Morgan, R. (2014-06-29). . Gambas Magazine. Archived from the original on 2016-11-10.
  34. ^ Running Gambas Programs in Windows - PigaLore, the Piga Software Wiki
  35. ^ "A step forward in Gambas!". François Gallo. Retrieved 2014-08-02.
  36. ^ New version of Gambas 3.15.2 is already available on rollApp.
  37. ^ Gambas Future or what kind of Gambas we want, Gambas Mailing List
  38. ^ Cygwin Install Guide - Gambas Wiki
  39. ^ gambas3 package - Cygwin website
  40. ^ Morgan, R. (2014-06-29). . Gambas Magazine. Archived from the original on 2016-11-10.
  41. ^ How To Run Gambas On Windows - Gambas Wiki
  42. ^ Gambas on Windows, Gambas-One
  43. ^ Vasques, Daniel (2023-01-09). "How To Run Gambas In Ubuntu". Elneson-santafe. Retrieved 2023-02-11.
  44. ^ Windows 11, Gambas-One

Further reading

  • Mark Alexander Bain (Apr 28, 2006) An Introduction to Gambas, Linux Journal, issue 146, June 2006 (in print)
  • Mark Alexander Bain (Dec 3, 2004) Gambas speeds database development, Linux.com
  • Mark Alexander Bain (Dec 12, 2007) Creating simple charts with Gambas 2.0, Linux.com
  • Fabián Flores Vadell (Nov, 2010) How to Program with Gambas

External links

  • Gambas source code
  • Gambas Documentation
  • Gambas Mailinglist
  • Gambas Almost Means Basic
  • Gambas.One - English community hub
  • Gambas India Forum — Forum, Bunch of Source Code Repo with Gambas

gambas, confused, with, viola, gamba, romanian, village, gâmbaş, aiud, name, object, oriented, dialect, basic, programming, language, well, integrated, development, environment, that, accompanies, designed, linux, other, unix, like, computer, operating, system. Not to be confused with Viola da gamba For the Romanian village of Gambas see Aiud Gambas is the name of an object oriented dialect of the BASIC programming language as well as the integrated development environment that accompanies it 3 Designed to run on Linux and other Unix like computer operating systems 4 its name is a recursive acronym for Gambas Almost Means Basic Gambas is also the word for prawns in the Spanish French and Portuguese languages from which the project s logos are derived GambasGambas 3 3 4 running on Fedora 16 with XfceDesigned byBenoit MinisiniFirst appeared1999 24 years ago 1999 Stable release3 17 3 July 22 2022 7 months ago 2022 07 22 1 OSLinux FreeBSD version forMac OS X and Haiku in progress Microsoft Windows through CygwinLicenseGNU GPLv2 Websitehttp gambas sourceforge netInfluenced byVisual Basic Java 2 Contents 1 History 2 Features 2 1 Differences from Visual Basic 3 Adoption 4 Availability 5 Example code 6 See also 7 References 8 Further reading 9 External linksHistory Edit Gambas 1 0 15 running from KDE Gambas was developed by the French programmer Benoit Minisini with its first release coming in 1999 Benoit had grown up with the BASIC language and decided to make a free software development environment that could quickly and easily make programs with user interfaces 2 The Gambas 1 x versions featured an interface made up of several different separate windows for forms and IDE dialogues in a similar fashion to the interface of earlier versions of the GIMP It could also only develop applications using Qt and was more oriented towards the development of applications for KDE 5 The last release of the 1 x versions was Gambas 1 0 19 Gambas 2 7 with Russian interface The first of the 2 x versions was released on January 2 2008 after three to four years of development It featured a major redesign of the interface now with all forms and functions embedded in a single window as well as some changes to the Gambas syntax although for the most part code compatibility was kept It featured major updates to existing Gambas components as well as the addition of some new ones such as new components that could use GTK or SDL for drawing or utilize OpenGL acceleration Gambas 2 x versions can load up and run Gambas 1 x projects with occasional incompatibilities the same is true for Gambas 2 x to 3 x but not from Gambas 1 x to 3 x The next major iteration of Gambas the 3 x versions was released on December 31 2011 6 A 2015 benchmark published on the Gambas website showed Gambas 3 8 90 scripting as being faster to varying degrees than Perl 5 20 2 and the then latest 2 7 10 version of Python in many tests 7 Version 3 16 0 released on April 20 2021 featured full support for Wayland using the graphical components as well as parity between the Qt 5 and GTK 3 components 8 Features Edit Gambas 2 7 0 running on Fedora Linux with Blackbox Gambas is designed to build graphical programs using the Qt currently Qt 4 x or 5 x since 3 8 0 or the GTK toolkit GTK 3 x also supported as of 3 6 0 the Gambas IDE is written in Gambas 9 Gambas includes a GUI designer to aid in creating user interfaces in an event driven style but can also make command line applications 10 as well as text based user interfaces using the ncurses toolkit 11 The Gambas runtime environment is needed to run executables Functionality is provided by a variety of components each of which can be selected to provide additional features 12 Drawing can be provided either through Qt and GTK toolkits with an additional component which is designed to switch between them 13 Drawing can also be provided through the Simple DirectMedia Layer originally version 1 x with 2 x added as of 3 7 0 14 which can also be utilized for audio playback through a separate sound component a component for the OpenAL specification has also been added GPU acceleration support is available through an OpenGL component as well as other hardware functionally provided by various other components 13 There are also components for handling other specialized tasks 12 One of the examples running inside Gambas 3 IDE Game Stars War made in Gambas3 With Gambas developers can also use databases such as MySQL or PostgreSQL build KDE Qt and GNOME GTK applications with DCOP translate Visual Basic programs to Gambas and run them under Linux build network solutions and create CGI web applications The IDE also includes a tool for the creation of installation packages supporting GNU Autotools slackpkg pacman RPM and debs the latter two then tailored for specific distributions such as Fedora RHEL CentOS Mageia Mandriva OpenSUSE and Debian Ubuntu Mint Gambas since version 3 2 IDE has integrated profiler and it started to use Just in time compilation technology Differences from Visual Basic Edit Gambas is intended to provide a similar experience as developing in Microsoft Visual Basic but it is not a free software clone of the popular proprietary program The author of Gambas makes it clear that there are similarities to Visual Basic such as syntax for BASIC programs and the integrated development environment Gambas was written from the start to be a development environment of its own and seeks to improve on the formula 15 16 17 Its object model each class being represented in a file as well as the archiver to package the program is all inspired by the Java programming language Gambas is intended to be an alternative for former Visual Basic developers who have decided to migrate to Linux There are also other important distinctions between Gambas and Visual Basic One notable example is that in Gambas array indexes always start with 0 whereas Visual Basic indexes can start with 0 or 1 18 Gambas also supports the and shorthand not found in classic Visual Basic Both of these are features of Visual Basic NET however Adoption Edit DONKEY GB Several programs and many forms of example code have been written using and for Gambas Freecode formerly Freshmeat listed 23 applications that were developed using Gambas 19 while the Gambas wiki listed 82 20 several other specialized sites list Gambas applications and code 21 22 23 A Gambas written application named Gambas3 ShowCase acted as a software center to download or install Gambas 3 applications 24 It has since been discontinued following the launch of the first party Gambas Software Farm integrated into the IDE since 3 7 1 which contains nearly 500 applications and demos 25 26 Several community sites including community forums and mailing lists also exist for Gambas 27 A notable application written in Gambas is Xt7 player mpv a GUI frontend for mpv player contained in a number of Linux software repositories 28 29 30 The comisat Games Collection are early examples of video games written in Gambas 31 Availability EditGambas is included in the repositories of a number of Linux distributions such as Debian Fedora Mandriva Linux and Ubuntu A Microsoft Windows version of Gambas was run under the Cygwin environment although this version was significantly less tested than its Linux counterparts and was command line only Cooperative Linux and derivatives have also been used 32 as well as specialized Linux virtual machines 33 34 An independent contributor Francois Gallo also worked on porting Gambas 3 x to Mac OS X and FreeBSD based on using local versions of the X11 system 35 Gambas from version 3 2 can run on Raspberry Pi and offers just in time compilation there from version 3 12 It can also be ran from the cloud using rollApp 36 In November 2013 the future portability of Gambas was discussed listing the main concerns being Linux kernel features utilized in the interpreter components using Linux specific software and libraries and primarily X11 tying in the Qt GTK and desktop integration components However partly due to the need to upgrade to newer toolkits such as GTK 3 added as of 3 6 0 and Qt 5 as of 3 8 0 future versions would be less X11 tied making projects like Cygwin or utterly native versions on other platforms more possible Benoit Minisini stated that he intended to encapsulate X11 specific code to aid in any attempt to replace it 37 with the X11 support in the desktop component moved to its own component as of 3 6 0 On October 27 2016 a screenshot and setup guide was released from the main page for running Gambas fully through Cygwin including most components graphical toolkits and the complete IDE 38 39 The relevant patches were mainlined as of version 3 9 2 40 This replaces the prior recommended method of using freenx forwarding from a Linux server 41 It has also been successfully run using the Windows Subsystem for Linux 42 This was usually done using an X terminal emulator such Mobaxterm on Windows 43 as WSL did not support X11 graphics directly until Windows 11 44 Example code EditA Hello World program with graphical user interface Public Sub Main Message Hello World End Program that computes a 100 term polynomial 500000 times and repeats it ten times used for benchmarking Private Sub Test X As Float As Float Dim Mu As Float 10 0 Dim Pu Su As Float Dim I J N As Integer Dim aPoly As New Float 100 N 500000 For I 0 To N 1 For J 0 To 99 Mu Mu 2 0 2 0 aPoly J Mu Next Su 0 0 For J 0 To 99 Su X Su aPoly J Next Pu Su Next Return Pu End Public Sub Main Dim I as Integer For I 1 To 10 Print Test 0 2 Next EndSee also Edit Free and open source software portalList of BASIC dialects Comparison of integrated development environments BASIC GNAVI LazarusReferences Edit Releases Gambas gambas GitLab Retrieved 2023 01 11 a b Gambas Documentation Introduction Gambas Website Retrieved 2017 10 09 Huges Matthew 2015 03 03 The BASIC Guide to GAMBAS All You Need To Know MakeUseOf Retrieved 2023 02 11 Upfold Peter 2008 09 08 Gambas Almost Visual Basic for Linux FOSSwire Retrieved 2011 05 07 Gambas A Fast Visual Basic for Linux CodeFez Archived from the original on 2009 09 09 Retrieved 2007 04 04 Gambas 3 0 for BASIC with bug and security fixes The H Retrieved 2012 01 05 Benchmarking Gambas Website Retrieved 2018 02 11 3 16 0 release notes Gambas Website Retrieved 2021 02 11 Frequently Asked Questions Gambas Documentation Retrieved 2014 11 17 An Alphabet of Computer Languages BASIC PCLinuxOS Magazine Gambas cli programming ncurses text based user interface a b Fernandez Daniel 2004 11 11 Regarding Gambas OSNews Retrieved 2011 05 07 a b Gambas RAD Linux co uk Archived from the original on 2011 05 25 Retrieved 2011 05 07 Why a new SDL component Gambas Mailing List Archived from the original on 2015 02 09 Retrieved 2015 02 09 Mark Alexander Bain 2008 08 28 Gambas Almost Visual Basic on Linux Suite101 Frank Wieduwilt October 2008 Programming with the Gambas Basic IDE Linux Pro Magazine Retrieved 2011 12 10 AWC Electronics Physical Computing with Linux A Rapid Approach using Gambas Retrieved 2012 02 18 Differences from Visual Basic Gambas Website Retrieved 2020 05 01 23 projects tagged Gambas Freshmeat Archived from the original on 2013 09 28 Retrieved 2012 10 28 Application Repository Gambas Archived from the original on 2019 10 26 Retrieved 2020 05 01 GAMBAS BASIC Web site GAMBAS BASIC Archived from the original on 2011 05 12 Retrieved 2011 05 07 Gambas Examples Piga Software Retrieved 2011 05 07 Gambas games Libregamewiki Gambas3 ShowCase gbWilly Archived from the original on 2016 01 10 Retrieved 2013 09 22 Gambas Farm Gambas Farm Server Protocol Gambas Documentation Mailing Lists amp Forums Gambas Web site Archived from the original on 2020 02 01 Retrieved 2021 04 04 xt7 player mpv linux APPS com XT7 Player Best Video Player for Kubuntu KDE Ubuntu Handbook Xt7 Player Is A Fully Featured Mplayer GUI Web Upd8 comisat Games Collection 0 5 2 review Nixbit Retrieved 2023 02 08 Gambas on Windows Alternative Morgan R 2014 06 29 How to Run Gambas on Windows Gambas Magazine Archived from the original on 2016 11 10 Running Gambas Programs in Windows PigaLore the Piga Software Wiki A step forward in Gambas Francois Gallo Retrieved 2014 08 02 New version of Gambas 3 15 2 is already available on rollApp Gambas Future or what kind of Gambas we want Gambas Mailing List Cygwin Install Guide Gambas Wiki gambas3 package Cygwin website Morgan R 2014 06 29 How to Run Gambas on Windows Gambas Magazine Archived from the original on 2016 11 10 How To Run Gambas On Windows Gambas Wiki Gambas on Windows Gambas One Vasques Daniel 2023 01 09 How To Run Gambas In Ubuntu Elneson santafe Retrieved 2023 02 11 Windows 11 Gambas OneFurther reading EditMark Alexander Bain Apr 28 2006 An Introduction to Gambas Linux Journal issue 146 June 2006 in print Mark Alexander Bain Dec 3 2004 Gambas speeds database development Linux com Mark Alexander Bain Dec 12 2007 Creating simple charts with Gambas 2 0 Linux com Fabian Flores Vadell Nov 2010 How to Program with GambasExternal links Edit Wikibooks has more on the topic of Gambas Wikimedia Commons has media related to Gambas Gambas source code Gambas Documentation Gambas Mailinglist Gambas Almost Means Basic Gambas One English community hub Gambas India Forum Forum Bunch of Source Code Repo with Gambas Retrieved from https en wikipedia org w index php title Gambas amp oldid 1140107067, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.