Slashdot Mirror


Gambas 1.0 Release Candidate Available

raindog2 writes "After two and a half years of development, Gambas has become the first Visual Basic-style environment for Linux to enter release candidate status. Anyone who has been frustrated by a lack of production-quality free RAD environments should give it a try."

74 of 260 comments (clear)

  1. I sense... by palad1 · · Score: 5, Funny

    A great disturbance in the Force.
    It was like a million voices crying out in unison, then suddenly silenced.

    Thank god the project page is already slashdotted.

  2. Hmmmm by black6host · · Score: 5, Interesting

    Kylix doesn't count? Although the *free* version did have some limitations it was quite possible to develop software in a RAD based environment using Kylix.

    Granted, neither version (free or pay) took off quite the way some would have liked but all the same, let's give credit where credit is due.

    1. Re:Hmmmm by landoltjp · · Score: 2, Interesting

      I thought Kylix was a brilliant IDE, but I'm biased because I am a long-time Delphi developer.

      Even if Borland, in its decision (?) to discontinue support or development of Kylix, decides to distribute it as Open Source, I don't think that there would then be a huge surge in community support of the product. The primary reason for this is that the IDE, Component libraries, and Supoprted language is Object Pascal, and there's not much Pascal coding done on Linux these days.

      Mind you, Kylix would be a great starting point for a Linux C++ Builder. Let the porting begin

    2. Re:Hmmmm by byolinux · · Score: 2, Interesting

      Was Kylix actually free software? I've just tried to find a copy on their website, and although there's an 'Open' version, it doesn't seem to be free software, just a gratis download.

      However, things may have changed.

    3. Re:Hmmmm by thedarkstorm · · Score: 2, Informative

      Yes it was and is Free Software. However with the Open version you are required to GPL any software you compile with it. they have a dual license model, very similar to mySQL

      --
      ... hey ... I had a .sig, bu then MicroSo$$ embraced it...
    4. Re:Hmmmm by aled · · Score: 2, Informative
      And what makes you think you can port any VB projects. Let me blow your dream (I love this part :-).
      From the FAQ:

      Is Gambas compatible with Visual Basic?

      No, and it will never be!

      Fortunately, there are many similarities, but do not expect to take your old Visual Basic code and run it on Gambas without any change.

      You can go the troubleshooting page to find some examples of the differences between the two languages.

      See also: Differences from VB
      --

      "I think this line is mostly filler"
    5. Re:Hmmmm by raindog2 · · Score: 3, Interesting

      There will obviously be custom proprietary components used in VB projects that are difficult to duplicate in Gambas and under Linux, but I'm on my third major VB application port right now and it's really been a piece of cake so far, knock on wood. Being able to run any Linux program on a pipe makes it easier than you'd imagine to duplicate some pretty esoteric functionality provided by random third-party VB controls.

      Those who don't think they're up to the porting can always wait for KBasic, which will not be free software but it'll still be pretty cheap (and, it claims, 100% VB compatible.)

  3. Re:No mono or dotgnu? by Anonymous Coward · · Score: 3, Informative

    Probably because it's been in development for two and a half years, and mono and/or dotgnu didn't exist then.

    Seems quite self evident to me.

  4. Wow by linux_warp · · Score: 4, Informative

    This actually looks like a very impressive and well put together program. The screenshot looks great (http://gambas.sourceforge.net/2004-09-06.png).

    And according to their website "As the graphical user interface is implemented as a component, Gambas will be able to be independent of any toolkit ! You will be able to write a program, and choose the toolkit later : GTK+, Qt, etc." - so there is no toolkit bias either which is a big bonus.

    1. Re:Wow by raindog2 · · Score: 3, Informative

      In fact, someone is working on it already:

      http://wiki.gnulinex.org/gambas/6

      Scroll to the bottom (and use Babelfish or Google if you don't know enough Spanish.)

      Daniel has already written three Gambas components (sockets, compression, and most recently XML) so I have every reason to believe he's serious about the Gtk one. I have seen posts by him on mail.gnome.org asking for help on this issue or that, so he is apparently well into coding it.

      Also, you certainly can compile, install and run Gambas without Qt... you just can't write graphical programs or use the IDE without it (yet!) For example, while I wouldn't really recommend it given the existence of php, modperl, j2ee et al., you can write CGI programs using Gambas.

  5. Fast by Daengbo · · Score: 5, Interesting

    Wow this project has matured fast. I stumbled on it ??a year and a half ago?? when it was still in its infancy. Every once in a while I visit it, expecting it to be dead like so many other projects that I try to follow, but I am always suprised by new material on the front pages.

    Congrats to the Gambas developers for being such work horses! I am impressed.

  6. Scripting? by aero6dof · · Score: 2, Funny

    Anyone who has been frustrated by a lack of production-quality free RAD environments

    Nope, I have many available RAD environments which lack production-quality.

    But seriously, what about Ruby, Python, and Perl. It seems like there have been plenty of RAD environments available for free.

    1. Re:Scripting? by palndron · · Score: 2, Insightful

      Those are languages, this is a language + rad environment.

      Just out of curiosity, what are these rad environments for these languages?

      --
      a man, a plan, a canal, panama
    2. Re:Scripting? by Joe+Tie. · · Score: 2, Interesting

      For python, one of my favorites has always been Boa. It's starting to show it's age in Linux though, using a version of WxWidgets best compiled to use gtk1.

      --
      Everything will be taken away from you.
  7. Kylix by tverbeek · · Score: 3, Informative
    Gambas has become the first Visual Basic-style environment for Linux to enter release candidate status.

    Unless you count Kylix. It uses Pascal or C++ instead of Basic, but it's definitely a VB-style environment.

    --
    http://alternatives.rzero.com/
  8. My wish... by bogaboga · · Score: 4, Interesting

    ...is that someone experienced now does the right thing; that is: Slap a database engine onto Gambas, put everything including documentation, examples of sample code for particular problems, PDF creation on the fly using available tools and all dependencies required into ONE application or file. Various components to be installed can be selected at installation time. Then announce that they have M$ Access killer called GambasDB. I will then immediately jump onto the band wagon. I wonder why it has not happened before.

    1. Re:My wish... by not_a_product_id · · Score: 2, Funny
      actually, I'm currently taking over support for an Access application so right now I'd just like to see Access killed. It is to application development what dog shit is to sandwich fillings.

      (Would be a very good idea to get smaller businesses to look at Linux too.)

      --

      ---
      We spoke for about a half an hour. I don't recall a thing we said. - Colorblind James Experience

    2. Re:My wish... by deuce868 · · Score: 2, Funny

      Ok, who reincarnated Clippy as a sea creature?

    3. Re:My wish... by raindog2 · · Score: 3, Interesting

      There's no reporting engine yet, though people are working on one, but one of its database drivers is for an embedded, serverless database (SQLite), and I think it's only a matter of time before someone does what you describe.

      I am pretty sure only a couple hundred people had ever heard of Gambas before today, but that has changed. Of course the site is toast but maybe some of them will remember and look again tomorrow...

  9. Re:I don't like it by Daengbo · · Score: 3, Interesting

    So, the ability to script KDE from bash was a bad idea, too?

  10. Glade? by rwebb · · Score: 4, Insightful

    What about the Glade toolkit? Granted, it's not "Visual Basic" but it does help take care of the donkey work in getting the user interface setup.

    --
    Trusted by cats.
  11. What about the Visual Editor project on Eclipse? by Ikeya · · Score: 5, Interesting

    Maybe the Visual Editor isn't in release status? (I think it is, but I'm not sure.) But this definately isn't the only nor the first visual editor project. Check it out if you're interested in a RAD platform with graphical elements very similar to Visual Basic, etc. It uses Java and not BASIC, but I don't see that as a bad thing.
    Oh yeah... it's also open source.

    The Eclipse Visual Editor Project

    --
    ---- Move SIG...For great justice!
  12. Screenshots. by haeger · · Score: 2, Informative
    HERE.

    Seems to be the most popular thing about any new release, even though most claim to prefer a CLI.

    .haeger

    --
    You are not entitled to your opinion. You are entitled to your informed opinion. -- Harlan Ellison
  13. Page won't load by stratjakt · · Score: 3, Insightful

    Anyone have some details on this? How visual basic-like is it? Any .NET/mono integration? Cross-compilation features?

    Something for linux that's close enough to VB to make porting effortless would be a dream come true, and our company could move away from MSFT. Of course, some customers will always wan't VB clients and SQL Server backends, because they're asshats.

    The free edition of Sybase for linux perked eyebrows among the PHB's around here, and I was actually give time to set a box up to prove that it could, indeed be a drop in replacement for a SQL Server backend, and I impressed them somewhat showing how much easier it would be to maintain over a crappy dial-up connection..

    Now it's all these bazillion client apps I want rid of. We're looking hard at mono and C# for new development, but we have oodles of legacy VB6 code to maintain, and nowhere near the manpower to port all of it. Hell, we don't even have time to port it to .NET yet. By we I mean me since I have no real help here. Fuck it, I haven't even had time to replace all the old RDO code in a lot of the crap.

    Someone post some details. Could Sybase+gambas be a drop-in replacement for VB6+SQL Server?

    --
    I don't need no instructions to know how to rock!!!!
    1. Re:Page won't load by raindog2 · · Score: 5, Informative

      I'm surprised it got slashdotted so fast. Anyway, it compiles to its own pseudo-code not unlike the first 3 or 4 revisions of VB.... nothing saying someone couldn't write a compiler from that pseudo-code to CLR/Mono or Parrot or the JVM, but no one's really started talking about that seriously yet.

      The language is about as strict as VB is when you use Option Explicit, and wasn't built as a clone of VB, so while we have a Perl script to convert form layouts over (which I wrote, and which I will integrate with the IDE when I finish my PCRE component for Gambas soon) converting code is still a manual process, and there are a lot of differences though it's still BASIC. I will continue to work on conversion tools, though.

      Finally, there is no FreeTDS (Sybase/MSSQL) database driver yet, but I expect that to follow eventually.... I would be writing one myself except I keep moving people off of MSSQL and Sybase and onto MySQL.

      I've only contributed a little code to Gambas, I just maintain Mandrake packages and the wiki from which the documentation is generated.

  14. Re:I don't like it by samael · · Score: 2, Insightful

    And the vast numbers of people that have been able to throw a few things together to make their lives immeasurably easier shouldn't have been able to?

    Nobody is saying that people should be constructing enterprise tools with no experience - VB is typically used as a nice interface for some data/processes that would otherwise be a nightmare to bring together, or require actual CS people.

  15. VB-style GUI design by PiGuy · · Score: 4, Interesting

    Unfortunately, this IDE seems to suffer from the same horrible method of GUI design as VB (judging from the screenshot), whereby one draws components on a form, thus specifying the widgets' absolute coordinates. This is all good and well until you decide to make the form resizable. Then all hell breaks loose: none of the widgets move unless you explicitly change their coordinates. I was forced to write my own geometry manager, in VB, to overcome this problem in a clean way.

    Otherwise, this looks like a very good product for a company looking to switch to Unix, but wanting to retain compatibility with all their VB scripts (like the one I work at). Of course, porting the scripts to a better language (*cough*Python*cough*) would be the best solution, but management just won't hear of it :/.

    1. Re:VB-style GUI design by sapped · · Score: 4, Informative

      This is all good and well until you decide to make the form resizable. Then all hell breaks loose: none of the widgets move unless you explicitly change their coordinates.

      It has been some time since I last used VB, but I seem to recall (Delphi definately has this) that you could "tie" components to the form so that they would grow and shrink as the form resizes. You could also specify upper and lower limits for the width and height of each component you placed on the form. I found the Delphi IDE to be far superior to anything found on the Linux front. Now, if only we could convince the Borland idiots not to annoy the developers with their mindless management style then we might have something going again.

    2. Re:VB-style GUI design by kraut · · Score: 4, Informative

      http://vb2py.sourceforge.net/index.htm - automagically convert VB to Python. Haven't tried it, since I haven't touched VB for years, but it could be a dream come true ;)

      --
      no taxation without representation!
    3. Re:VB-style GUI design by AbbyNormal · · Score: 2, Insightful

      I am a VB developer (legacy support). While, that is a fairly major problem, that is NOT the critical stop gap for this product. This is amazing, because they have complete control over the code. If it is a problem, I'm sure you could write a bug up and submit it...It will most likely be fixed. This would NEVER be possible with the real VB.

      On the other hand this might be a fantastic opportunity for Linux and even Open Source. VB has always been an extremely easy language to learn and utilize. Simply hobbyist like to write it in to create fast/quick programs for their own means. Now there is really no excuse to not start writing for Linux.

      VB, while it is an extreme pain to support, when/if developers do not utilize some of the best practices, it can be an extremely quick and easy prototyping tool.

      While many/most would argue that VB should not be used in a development environment, most do not have the pleasure of telling the boss: "Yes, we're going to re-write all of our legacy code in Y language". If it ain't broke, don't fix it attitude + "Time is Money" is a huge factor in development (thus, my incredibly long post on Slashdot).

      I for one am thrilled that something like this has been released on Linux. I am definetly going to give it a try. Rock on Gambas!

      --
      Sig it.
  16. what about VBX (ok OCX, fine DLL) by narsiman · · Score: 2, Interesting

    component based development was the important reason for VB's survival. Before we get onto the robustness jokes, is there a plan to implement something similar ? I did RTFA but the site is crawling under /. attack currently.

  17. Interesting by gustgr · · Score: 5, Funny

    In portuguese the word gambá means skunk :-) Well, it is VB-like after all.

    1. Re:Interesting by raindog2 · · Score: 2, Informative

      Well, in Spanish it means "shrimp", and the Gambas mascot (for every free software project must have a mascot...) is a blue cartoon shrimp. I don't know what message to take away from that, though...

    2. Re:Interesting by CerebusUS · · Score: 2, Funny

      Woot VB PRAWN!

      Hot shrimping action in KDE at last.

  18. Other good free RAD in development... by fabien · · Score: 2, Informative
    If you prefer Pascal, take a look at Lazarus.

    Still, I continue to think that Glade, and especially libglade, are the way to go in term of separations of UI and code.

    --
    Fabien Niñoles - Debian Maintainer
  19. empower idiots to do bad things by nuggz · · Score: 2, Insightful

    Any tool can do this.
    An election gives idiots the power the choose their government.
    The internet gives idiots the ability to broadcast their views.

    Most tools can be used in either good or bad ways. In a free society I wouldn't argue for the arbitrary restriction of a tool that has a negligible downside.

  20. Re:What about the Visual Editor project on Eclipse by gustgr · · Score: 2, Informative

    The NetBeans IDE is also open source. It is a decent visual editor for Java Plataform development.

  21. Totally misread that summary.... by Anonymous Coward · · Score: 3, Funny

    Anyone who has been frustrated by a lack of production-quality free RAD environments...

    Production-quality free?

    No, production quality is good.... Must be something else. Maybe they mis-hyphenated?

    Production quality-free?

    Argh....

  22. VB by icebattle · · Score: 5, Insightful
    The thing I always liked about VB was that it enabled my boss to get his 12-year-old to write an app that almost did something useful. Then he installed it and required everyone to use it. When it failed because of poor file locking, arbitrary array limit choices (try 53) and other CS101 gambits, it became my problem (with no windows background) to fix.

    Do we really need a VB clone in linuxland?

    1. Re:VB by stratjakt · · Score: 5, Insightful

      Yes.

      You can write good code in VB, only elitist morons hear the word "BASIC" and think it's beneath them.

      We have tons and tons of VB code that we have no time, or really need, to port.

      High level languages are the future. People who think if it isn't written in C or ASM will be left in the past.

      The easier it is to write, the easier it is to maintain, and the easier it is to use good code form and techniques. It doesn't mean any idiot can fire it up and write good code, writing good code is a skill. Just like anyone can learn to speak english, but it doesn't make them a good poet or author.

      The problem is your boss's 12 year old kid, not the language. Be thankful he didn't write his dogshit code in FORTRAN, COBOL or C, using the most obscure syntax he could because it made him feel smarter. I've had to maintain/port plenty of that crap and it's no fun at all.

      --
      I don't need no instructions to know how to rock!!!!
    2. Re:VB by the_weasel · · Score: 3, Insightful

      Actually, I would even go further and say the problem was his boss. I have pretty clear memories of being that 12 year old kid (18 years ago!), and writing my first software applications.

      They were as good as could be expected, but no one in their right mind would have employed them in a real environment.

      Congratulations to the 12 year old for doing something other than wtching tv and playing games.....

      --
      - sarcasm is just one more service we offer -
  23. Windows support? by voice+of+unreason · · Score: 4, Interesting

    I can't read the articles due to slashdotting, but I was wondering, does anyone know if there are plans for a Windows version? I know this is intended to bring RAD design to Linux, but I think a lot of Windows users would be attracted to a free, open source alternative to Visual Basic, particularly considering how expensive .Net tools can be.

    1. Re:Windows support? by zsau · · Score: 2, Interesting

      It's toolkit can be KDE-based, so I imagine it's possible to get it running on Windowns under Cygwin. That probably isn't what you want to hear, but it might be a starting point...

      --
      Look out!
  24. Re:What about the Visual Editor project on Eclipse by MORB · · Score: 2, Informative

    It is in release status. And Eclipse has lots of amazing features that makes it a serious alternative to visual studio .net. Downside is that swt (eclipse's gui toolkit) is a bit slow on linux at the moment.

  25. RAD? by Anonymous Coward · · Score: 2, Funny

    Anyone who has been frustrated by a lack of production-quality free RAD environments should give it a try.

    Personally I prefer Bodacious eviroments over Rad ones!

  26. Re:No mono or dotgnu? by Pxtl · · Score: 3, Interesting

    Either way, they've done the typical OSS thing: copied MS, circa 1997. Wow, we've managed to replicate Visual Basic 4. Meanwhile, .NET Architect is out there, using a powerful multi-language VM instead of a BASIC interpreter.

    Well, who knows. Maybe when Parrot takes off they'll move over to that, so they can have a real OSS theme to it.

  27. Re:Just love the comments by stratjakt · · Score: 2, Interesting

    The word "BASIC" scares elitist morons who think all "good" code is obscure unreadable bullshit with one letter variable names (all defined globally, of course), no real error detection, and has to be able to compile with "gcc -Funrolloops -O3 -megaoptimizeformyathlon" or else its crappy.

    High level languages are the future, the closer to spoken language the better.

    --
    I don't need no instructions to know how to rock!!!!
  28. Qt Designer by Un+pobre+guey · · Score: 2, Interesting
    Qt Designer is about as easy to use as VB, but has a decent programming language attached to it, is free even on Windows, and is multiplatform.

    Beat that.

  29. Re:isn't that an oxy-moron?! by feloneous+cat · · Score: 2, Informative

    As someone who has been monitoring the quality of software production (using our overhead satellite base station - don't bother looking for us, we cleverly painted stars on it - saved a buttload of $$$), I can tell you that it is not an oxy-moron.

    After all, a certain company in Redmond has been using VB RAD tools for years...

    --
    IANAL, but I've seen actors play them on TV
  30. Is it just me? by jsebrech · · Score: 2, Insightful

    Is it just me or is nobody noticing here that the only thing this gambas thing does that no other IDE (like kdevelop) hasn't yet is offer a basic-like language? I mean seriously, other than the basic thing what does this thing do that's so new?

    I'd rather not have basic available to learn to program in. It makes it too easy to avoid learning proper programming practices, and it damaged my ability to code for a long time.

  31. Re:What about the Visual Editor project on Eclipse by Joe+Tie. · · Score: 4, Insightful

    I'm not sure if that warning is quite appropriate in this context. The main reason being that eclipse/swt are able to be used with gcj. If one were to follow the authors advice at the end of your article, and only have a free implementation of java on his system, the 'Java trap' should be impossible to fall into.

    --
    Everything will be taken away from you.
  32. Re:No mono or dotgnu? by civilizedINTENSITY · · Score: 4, Funny

    1997? Oh come now. Its all about dynamic typing. In the next ten(?) years OSS and MS will both finally arrive at the peak of programming languages: VisualLisp.

  33. That "free" doesn't matter by orasio · · Score: 2, Insightful

    Free in the sense of money is not important.
    You could always have a "trial" copy, and start to pay, once you have actual work.

    Free in the sense of freedom is more relevant. Other important issues arise. For example, a free tool is more useful with source code, because it can be in many cases a huge functional example of your development domain, such as Eclipse, or Tomcat have been for me.
    Free as in freedom is important for people that care about freedom, too. I happen to be one of them.
    So, no, Kylix doesn't count, it doesn't make much of a difference with Visual Basic, it is virtually equally free.

  34. Re:No mono or dotgnu? by stanmann · · Score: 2, Insightful

    VB 4 was the pinacle of the MS RAD environment design. after that they went with the locked window no overlap style with no desktop space.

    --
    Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
  35. Err, it is free software by real+gumby · · Score: 2, Insightful

    The source code is available. You can do this yourself. When you're done, you'll be the "someone experienced" and will have exactly what you need to boot!

  36. Comment removed by account_deleted · · Score: 2, Interesting

    Comment removed based on user account deletion

  37. It has to be by DigiitalWiz · · Score: 2, Interesting


    Like it or not people, windows took off and allowed more programmers into Windows because of VB. Of course version 1 of VB sucked BIG TIME, but more and more apps were created and allowed new developers to move from DOS to windows. Linux does need a VB type of application, not saying it has to be a clone of it, but something that would allow the end user to create a app in a few minutes and not days.

  38. Basic on Linux by UglyMike · · Score: 2, Informative
    Benoit's Gambas IDE is a very nice program indeed. Seeing it reach maturity is very satisfying indeed.
    I'm surprised noone has mentioned KBasic http://www.kbasic.org/1/index.htmlyet... Also about 2 year in the making, also made by a dedicated individual.
    Last week, a non-functioning preview of this Qt-based Linux/Windows IDE (later to support Mac as well) was released, unfortunately only the Windows version. Tried it at work and it looked very nice.
    The main thing it has going for me is a QBasic compatibility mode. If you set VERYOLDBASIC to true, the promise is that you then have a more or less capable Qbasic emulator. The only programming I have done was in QBasic about 10 years back. I tried VB when it first came out, but all that event driven, form defining cruft got on my nerves. I'll be very happy to be able to just type 'screen 13' and have some fun again with fractals, cellular automatons and other stupid graphics hacks ( slow as hell in the time of 16Mhz 386sx but soooo much fun...)
    The downer to KBasic of course is that the Bern put in SO much work that he decided to charge for it. It'll only be $30 or so, so I'll probably pony up the cash but I guess a lot of people will be p*ssed off because of this. Ah well, it's his code, he gets to decide....

    HBasic http://hbasic.sourceforge.net/ also seemed nice but seems to have run in a wall sometime in the last year...
    For the Basic affectionados (sans Visual), there is of course the venerable XBasic http://xbasic.sourceforge.net/ and X11-Basic http://x11-basic.sourceforge.net/ tools but these are frozen in time and not really in the same league.

    1. Re:Basic on Linux by Anonymous Coward · · Score: 3, Informative

      While you're at it, what about wxBasic? It's free, open source, uses the excellent wxWidgets library.

  39. Re:No mono or dotgnu? by tntguy · · Score: 3, Funny

    .net is the answer to: ?xis sulp ruof si tahW

  40. Now when that goes cross platform by digitalgimpus · · Score: 2, Interesting

    Other languages should be scared.

    VB and Windows are popular because they are easy and quick.

    If I could use this to easily write/compile (for free), software tha tran on Linux, Windows, and Mac...

    guess who would unleash a new programing era?

    The key here is cross platform. Like RealBasic, but free.

    Mozilla Firefox built a lot off of that.

    Organizations love standardization. Netscape offered that. Now Mozilla Offers that. But VB keeps them in windows.

    remove VB...

    and Linux has disarmed another problem attempting to kill it.

  41. Re:SmallBasic by magic_user · · Score: 2, Informative

    How about Small Basic?
    It is currently active and works on Palm, Windows, and Linux. It also comes with sample programs so you can see what it can do.

    http://smallbasic.sourceforge.net/

  42. Lack of RAD? by smcdow · · Score: 2, Informative
    Anyone who has been frustrated by a lack of production-quality free RAD environments should give it a try.

    Never been frustrated. Perl's been around for a long time.

    --
    In the course of every project, it will become necessary to shoot the scientists and begin production.
  43. Nice, but is VB the proper model for apps? by master_p · · Score: 2, Insightful

    Visual Basic, until version 6, had a very horrible architecture: business logic was embedded in forms. VB6 does not follow the MVC pattern, and it does not have the proper constructs to implement that manually.

    Furthermore, in a world that has Java + Eclipse, Qt + Qt Designer/KDeveloper, why should I use VB6? it maybe easier in the beginning, but in the long run, it is a nightmare, especially for big distributed projects.

    I think Gambas is about 5 years late, to say the least.

    1. Re:Nice, but is VB the proper model for apps? by raindog2 · · Score: 2, Interesting

      Of course, Gambas is not VB6. Forms and the classes containing their business logic are separate, though you can have the IDE hide that fact from the user.

      I would also say that anyone currently using C++ and thinking "hey, this is easy enough" is really not the target audience for any kind of BASIC RAD environment. I have to admit that I wish there were something like Gambas only with Perl (and no, Qt Designer and PerlQt don't count... I am the author of one of the more prominent PerlQt projects out there and I quickly reached a point where I had to resort to emacs.)

      The existence of MSVC++ never eclipsed VB's popularity, and I see no reason that the glut of C++, Java and even Python environments for Linux should make Gambas unnecessary. It's meant for people who are not doing GUI programming for Linux currently or who find it to be annoyingly arcane, not for people who have "#include" burned into their fingers' muscle memory.

    2. Re:Nice, but is VB the proper model for apps? by master_p · · Score: 2, Interesting

      But how am I gonna write apps based on the MVC pattern with Gambas? I saw no support for class events, for example. Or the ability to define my own callbacks in classes. In fact, it is only the forms that have callbacks.

      I think that any non-MVC GUI app quickly becomes very difficult to maintain.

      The Gambas Wiki states that Gambas is not VB, but it is a variant of Basic. Well, VB7 is also a Basic variant, but I can do pretty much what I want, including MVC patterns.

    3. Re:Nice, but is VB the proper model for apps? by master_p · · Score: 2, Informative

      You neglected to follow through to the "See Also" entries. From the Control Groups page linked at the bottom

      I don't think the links' text make it easy to understand that I should click on them in order to read about the MVC pattern.


      (which is applicable to all classes, but no one's ever asked how to do it with anything but controls before):


      Events is a foundamental construct in any programming environment: it is the basis for the MVC pattern, which is the most important pattern in developing robust applications. So events are not only about controls, but for any object that wants to act as a component.


      myControl = NEW ColumnView(ME) AS "myGroup"

      will then cause the handlers named myGroup_Click, et al. to receive the new columnview's events.


      Sweet, but what about data objects? I want my data model as a separate entity in my program, possibly reflecting my database, for example.

      Once again, questions like these really belong on gambas-user@lists.sourceforge.net

      I don't think that something as foundamental as events should be 10 pages deep. It should be right in the front page.

      an inability to spend more than 30 seconds reading documentation

      What inability are you talking about? I don't see how 'see also' and 'control groups' have anything to do with the MVC pattern. I don't think anyone does.

      does not make a language not buzzword-compatible.

      Even in web development, the most effort of the last 4 years had gone into the MVC pattern. That's why Sun made J2EE model 2, that's why Cocoon is considered very good (separation of concerns), that's why there is EJBs, that's why there is Hibernate (and a myriad other MVC frameworks): to separate the data model from the view and the controllers. Not only the data model is gonna be separate from the view and controllers, but it also gonna be persistent and separate from all applications.

      If you fail to see the importance of MVC, and if Gambas consequently fails to support it (which is the case, as far as I can see), then Gambas is not gonna go very far, at least for Enterprise-level apps. VB6 logic is previous decade.

  44. Is there a windows version available? by Spy+der+Mann · · Score: 2, Insightful

    If they want to dominate the market, they must make it CROSS-PLATFORM.

    So far I haven't seen any cross-platform RAD tool. Except Delphi/Kylix, rest in peace.

  45. Re:Ugh - UI is Gimp 1.x like by raindog2 · · Score: 2, Informative

    About 20 versions ago I made an unofficial MDI version of the Gambas interface, and a new official MDI version is planned for the 1.1 series (like the old kernel numbering scheme, 1.odd will be development and 1.even will be stable.)

    For what it's worth, it didn't take much coding at all (though I didn't do docking or any of that cool stuff), and I'm looking forward to using an MDI version again.

    Just for posterity, here is my MDI hack. It long since stopped working with current Gambas releases due to changes in the rest of the IDE.

  46. Re:Ummm. . . . Xbasic? by raindog2 · · Score: 2, Informative

    Xbasic has always seemed to me to be a lot closer to older BASIC dialects like Qbasic than to VB. Benoit really wanted to focus on object oriented programming (and removing a lot of the cruft that makes BASIC such a laughing stock... a quixotic pursuit since people who dislike BASIC will probably never give Gambas a try) rather than procedural stuff, if I'm not mistaken.

  47. Gorm -- the GNUstep GUI builder... by borgheron · · Score: 2, Interesting

    Uh... we've had a GUI builder which is tons better than glade for the last two years. :)

    I should know.. I wrote it.

    http://www.gnustep.org

    GJC

    --
    Gregory Casamento
    ## Chief Maintainer for GNUstep
  48. Two words: Killer Application by Qbertino · · Score: 3, Interesting

    Rant and hiss all you want. This application has the potential to move an entire generation of mid-40ish "Windows and VB4 still works for me" people - who are basically stating the truth - to Linux / OSS enviroments.
    And no Blahblah about Eclipse Basic being somewhere close to RAD or QTDevelop being a sort-of half way kinda RAD tool and "whats all the excitement about, I only need Perl and a few bazillion extra libs and dependency resoltions to write nice TK-Apps that are ugly as hell" will change that.

    As for me, I'm sold. Congratulations to the Gambas team.

    --
    We suffer more in our imagination than in reality. - Seneca
  49. Re:No mono or dotgnu? by LWATCDR · · Score: 2, Interesting

    Well since Visual Basic.net is a bit of a bust going back to what worked well may not be such a bad thing

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  50. Re:No mono or dotgnu? by anomalous+cohort · · Score: 2, Informative

    You laugh, but Dr. Scheme sounds like a close fit to Visual Lisp.