I want to run some BASIC codes on Ubuntu 14.04 . Can someone please refer to the interpreters or IDEs which are available for running BASIC codes?
I want to run some BASIC codes on Ubuntu 14.04 . Can someone please refer to the interpreters or IDEs which are available for running BASIC codes?
For classic QBASIC like compile I would recommend you FreeBASIC. It is almost completely compatible with QBASIC and also has it's own extended dialect. And it's a fully fledged compiler, your programs will run almost as fast as they were written in C. The only problem is that there is no .deb package for Ubuntu.