Slashdot Mirror


What Ever Happened to QBASIC?

idg101 asks: "I can remember the days when i was 10, programming in QBASIC and checking out all the programs on such sites as this one. There were exciting! Around age 13 i can remember talk of getting an internet interface to work with in your programs. Now, I am 19, and the story has apparently changed. Qbasic.com looks the same as it did many years ago. What happened to QBASIC and its followers?" My guess is that Microsoft has been doing it's best to replace all of the old-school BASIC interpreters with it's Visual Basic...which is all well and good unless all you wanted to do was fiddle with a 10-100 line quickie. So, reiterating idg101's question: are there still lightweight BASIC interpreters still floating around?

10 of 23 comments (clear)

  1. Qbasic by vertical_98 · · Score: 2, Interesting

    The last Qbasic I can remember was on DOS 6.22. IBM bundled REXX with DOS 7. I think it went the way of DOS. A fine program but not enough of a money-maker.

    Vertical

    --
    72 CD D7 52 D0 7E D8 47 44 91 D5 84 D1 59 F1 A9-This is my 128bit integer. There are many like it, but this one is mine.
  2. Make your own by bentini · · Score: 2, Insightful

    Dude, if you really want, make your own.
    The first one should be easy. One chapter in "The Unix Programming Environment" makes an interpreter/compiler for a language almost as powerful as basic, just different.
    It would be a great exercise to make your own. You'd learn a lot about compilers and languages. Also, because you maintain it, you have a lot of flexibility in what it does, and how it acts. You'd also, I'm sure, get mad props on slashdot and maybe after you posted about it later, win converts for people who wanted a quick language to do what you want to do.

  3. You can still download QBASIC by ajuda · · Score: 4, Informative

    Qbasic can be downloaded here. It's good to know that even some microsoft software is still free.

    1. Re:You can still download QBASIC by os2fan · · Score: 2, Informative

      You can get gorilla.bas &c in the supplemental MSDOS files for 6.x.

      --
      OS/2 - because choice is a terrible thing to waste.
  4. Whatever happened to AppleSoft Basic? by JabberWokky · · Score: 2
    JabberWokky asks: "I can remember the days when i was 10, programming in AppleSoft Basic and checking out all the programs in such magazines as this one. There were exciting! Around age 13 i can remember talk of getting a 60 baud modem and Mockingbird card to work with in your programs. Now, I am ..ahem... older, and the story has apparently changed. Nothing looks the same as it did many years ago. What happened to AppleSoft and its followers?"

    Things change. I don't compile to P-Code from Fortran anymore, and code isn't freely shared anymore.

    Oh, wait. I guess things don't change...

    Get an emulator or abandonware copy, and play with it for awhile - enjoy yourself. Nostalgia in moderate quantities is fun, and it might spark a few new ideas that apply to today's technology.

    --
    Evan

    --
    "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
  5. QBasic still lives.... by os2fan · · Score: 3, Informative
    QBasic is still in Windows NT4, WinNT2K, and all versions of OS/2, is on the Win9x disks under "old MSDOS".

    There are three significant versions of it.

    • Version 1 comes with MSDOS 5.0, Windows NT4. It says it's MSDOS Editor, and does not support the QHELP interface.
    • Version 1.01 comes with PC-DOS 5.0, and all versions of OS/2 since 2.0, this says it's PC-DOS. It does not support the QHELP interface either.
    • Version 1.1 Comes with MS-DOS 6.x, Windows 9x. It supports the QHELP interface.

    Apart from the BASIC interpertor, you can use it as an editor and as a help engine. The edit.com and help.com automatically launch it in these modes, the files are identical, except at the end, one says EDCOM and the other says QHELP. This is handy, because in Win9x, edit.com does not appear. But if you want to make it, you can do it. You can rename edit.com and help.com to anything you like, eg qbedit.com and help6.com. This might be needed if edit and help commands do something differet, as they do in 4DOS.

    • QHELP forces QBASIC to load the file in the help viewer mode, and load HELP.HLP.
    • EDCOM forces QBASIC to load itself as an editor, and access EDIT.HLP as the help file.
    --
    OS/2 - because choice is a terrible thing to waste.
  6. smallbasic is fun by Partisan · · Score: 2, Informative

    It's not exactly QBASIC but it's still a lot of fun. Currently it runs on PalmOS and Linux.
    I would not be too suprised if a Win32 version comes out soon.

    I can't say I've done anything useful with it on my Handspring Visor, but it's fun to be able to write little graphics apps.

    It does support talking to the com port so it might be useful for interfacing PalmOS supported platforms to other hardware.

    http://smallbasic.sourceforge.net

  7. MS Basic Development System by Jethro · · Score: 2

    In the Olden Days, before I was knew enough about UNIX, I used to work as a programmer. The first place I worked at, we used Microsoft Basic Development System 7.0.

    Imagine QBASIC's bigger, stronger brother. On steroids. I later moved on to use Turbo Pascal (also 7.0, hmmm), and I can tell you, other than OOP there's really nothing PASCAL had on this thing, power-wise.

    MSBDS had an amazingly good IDE, had libraries/units/header files (forgot what they're called), no stupid line numbers, you could stick assembly in the BASIC 'code', had libraries that delivered the equivalent of TurboVision (mouse/windows/menubars/etc).

    I think all those DOS-mode programming languages died out and were reborn as Windows-based languages. Turbo Pascal is Delphi, QBASIC is Visual Basic, etc.

    --


    In the land of the blind, the one-eyed man is kinky.
  8. PowerBasic Rocks by PBCODER · · Score: 2, Informative

    Put down the Crack Pipe and step away from the p-code compiler......

    Check out http://www.powerbasic.com

    PowerBasic has its roots as TurboBasic and has advanced light years since then. This isn't your daddy's basic! small and fast compiled code, compairs to optimized c code, faster than c in some functions marginaly slower in others.
    Built in networking support in the PBDLL compiler. Put an end to Bloated software use PowerBasic.

  9. Re:PowerBasic's roots by CharlieG · · Score: 2

    Powerbasic's roots are more complex than that - Yes, Powerbasic has it roots in TurboBasic, but it's a buyback! They wrote it, sold it to Borland, and Borland sold it back

    I still do some paying work in Powerbasic, and made my living doing PDS 7.0 for a lot of years, and now do (mostly) VB and SQL server. IMHO, If you want to find a GOOD VB programmer, find one who has programmed back in PDS or TurboBasic/PowerBasic. They seem to understand how the computer WORKS, so they don't write crap

    --
    -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso