The Wayback Machine - https://web.archive.org/web/20230927013533/https://ubuntuforums.org/showthread.php?t=363625
Results 1 to 7 of 7

Thread: Basic

  1. #1
    Join Date
    Feb 2007
    Beans
    10

    Basic

    I'm interested in programming in BASIC, but I'd like to here some opinions on the best or most popular cross-platform basic languages, so as I can code under Ubuntu and under XP.
    I want to program in BASIC because I'm not a complete idiot and have programmed, albeit poorly in other languages, and BASIC looks very easy to pick up, and I'd like to spend about an hour on it later today, but I don't want to pick a rubbishy dialect of BASIC. I also don't want things like visual basic, or it's linux copy-cats, vb makes me feel ill, i'd like plain old, nice simply, retro, basic. Also, I'd like a compilable variety, I mean, interpreters are good so if theres a sort with an interpreter and a compiler that's good. But I also don't want to code in the sort of basic where the only two known coders are myself and a fifty year old man who lived with his mum in texas.

    Thank you for any recommendations or even better links.

  2. #2
    Join Date
    Nov 2005
    Beans
    593
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: Basic

    As far as I know, the only people that program in BASIC nowadays are Visual Basic programmers. Even if I am wrong, it's not a popular language among Linux users. I'd suggest that you learn Python or Ruby (I prefer Python), which are cross-platform and just as easy to learn.

  3. #3
    Join Date
    Oct 2006
    Beans
    232

    Re: Basic

    Eh... I dont know if there is a Qbasic for linux but its used... some. Not too many people use Basic.

  4. #4
    Join Date
    Sep 2006
    Location
    Denver, Colorado
    Beans
    5,638
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Basic

    If you don't want to go with something like Visual BASIC, there are two basic compilers I know of that are available in Ubuntu's repositories: yabasic and bwbasic

    Both are pretty good, as far as BASIC goes.

    That said, I'm going to give you some unwanted advice.

    GO WITH PYTHON.

    If you purchase "Pyhon for Dummies" (no offense, I bought it myself) you will quickly find that Python can be programmed procedurally (like old BASIC). You can do everything in Python that basic could do if you want to just keep it simple. But it also offers more room for growth than you'll probably ever use.

    There is also a TON of information, tutorials, etc... available for Python, making it simple enough to learn, and a lot of what you knew from BASIC will easily transfer to Python.

    But if you insist on just plain old basic, I kind of enjoy messing around with yabasic.

    Good luck,
    Tom

  5. #5
    Join Date
    Oct 2006
    Location
    Austin, Texas
    Beans
    2,715

    Re: Basic

    Basic4SDL: http://p13.wikispaces.com/B4SDL

    It's mostly an OpenGL+SDL playground for 3d graphics and such...
    But it works on linux and stays pretty true to the BASIC syntax.

    There's also freeBASIC.

    But...

    BASIC is pretty outdated these days. I agree that python is very simple, common, and powerful.

  6. #6
    Join Date
    Jan 2006
    Beans
    961

    Re: Basic

    i just came over this: http://www.mono-project.com/Visual_Basic

    ..it was announced 20.feb.2007 so it might not be very "complete" yet..

  7. #7
    Join Date
    Jun 2006
    Beans
    943

    Re: Basic

    The best BASIC compiler Ive found is FreeBASIC. Best features include:
    • Works on Linux and Windows.
    • It is 32bit and pretty fast.
    • It has clean, easy syntax.
    • It can do 2D/ 3D graphics or just CLI.
    • It is also being actively developed on.


    http://www.freebasic.net/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •