dabus Posted October 6, 2007 Posted October 6, 2007 (edited) Just stumbled over gambas. Seems to be quite cool and similar to autoit. This project aims at making a graphical development environment based on a Basic interpreter, so that we have a language like Visual Basic™ under Linux™.It should be quite easy to create simple gui-apps with it's own ide. You even have the choice to use qt or gtk, so your favorite toolkit can be used. But you may also create commandline or cgi-tools (well, at least I can see it from the main menu ). mysql-, firebird- and postgresql-database support, networking,OpenGL, ldap, odbc, video, smtp, pdf-components also exist. There are a lot of examples integrated into the menu I mentioned before. The doc/help is based on a bunch of html-pages and can be compared to the one of autoit. Here is an example (please note that I did not copy the good looking layout, but it should give you a first impression):COPYSyntaxCOPY Source path TO Destination pathCopies a file from Source path to Destination path.The destination path does not need to have the same name as the source path.Note that you cannot copy directories recursively with this function.Example' Save the gambas configuration fileCOPY User.Home &/ ".config/gambas/gambas.conf" TO "/mnt/save/gambas.conf.save"ErrorsMessage DescriptionFile already exists (#38) The destination file already exists. This instruction internally uses the functions OPEN, READ, WRITE and CLOSE. So it can raise any of their errors.See alsoFile & Directory Functions OPEN READ WRITE CLOSEHaven't played that much yet, but I could construct a simple hello world within a few minutes (seconds?). Edited October 6, 2007 by dabus
PsaltyDS Posted October 6, 2007 Posted October 6, 2007 Very interesting, thanks for the link. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now