Quantcast What are some BASIC implementaions for Linux? Text - Physics Forums Library

PDA

View Full Version : What are some BASIC implementaions for Linux?


iamhere
Aug6-08, 09:21 AM
I'd like a simple one, nothing complicated - something like MS QBasic, adapted a little to Linux would be fine.

Why doesn't everyone use BASIC?

enricfemi
Aug6-08, 10:09 AM
you can try this link:
http://wxbasic.sourceforge.net/bleed.php

enricfemi
Aug6-08, 10:16 AM
i learned QB when i was in high school, but i use C++ now. it can be edited at emacs with some pluge.

ranger
Aug6-08, 10:16 AM
Look into FreeBASIC. Its a free open source BASIC compiler. Should be compatible with QBASIC. You may have luck with the original QBASIC by running it under a windows API for linux, like WINE.

Why doesn't everyone use BASIC?
A question that could potentially cause programming language bashing. But the answer to this, at least in part, depends on what you're trying to do and how efficiently you want it done.

Focus
Aug6-08, 09:42 PM
I'd like a simple one, nothing complicated - something like MS QBasic, adapted a little to Linux would be fine.

Why doesn't everyone use BASIC?

I never used basic but you could try python. Theres a lot of documentation out there for it and a lot of libraries. If you want GUI use GTK+ with python which is PyGTK. You should probably get glade if you want this (unless you want to write out the code of the GUI widgets and cross your fingers and hope its how you intended them to look).

You might also want to try pearl. I am not really a fan of basic, never really seen it any applications (thus I never used it), I would say python is the way to go.