- Full Moon Software - http://www.ethanwiner.com/
offers add-on products and utilities for several Basic languages for DOS. The entire catalog and some demo programs are available for download.
- GFA Basic Windows Programming - http://www.baphead.freeserve.co.uk/
This site is designed to give users of GFA Basic Windows help. It has a beginners section where no previous knowledge is required, an amateurs section where you can improve your skills and an experts section where you can find out about advanced programming techniques.
- O'Basic - http://www.obasic.com/
Visual Script Language for Windows95, 98, NT and 2000.
- History of BASIC - http://www.fys.ruu.nl/~bergmann/history.html
A history of one of the most commonly used programming languages.
- MoonRock compiler - http://www.rowan.sensation.net.au/moonrock.html
A free compiler for a Basic-like language, with QuickBasic source code.
- HTBasic - http://www.techsoft.de/htbasic/htbasic.htm
BASIC for Windows, Linux, HP-UX and DOS. MS Office integration. GPIB and GPIO interfaces. VXI solutions. HP 700 add-ons. By Tech Soft GmbH.
- MBasic - http://membres.lycos.fr/hitchhikr/MBasic.html
A fast Basic interpreter for Windows consoles platforms based on Sylvain Bizoirre's Mini Basic language. Assembly sourcecode is included.
- KBasic - http://www.kbasic.org/1/home.php3
Provides an implementation of the "Basic" programming language for KDE. Describes the programming language as well as available and planned applications to support it in KDE.
- Megabasic - http://www.megabasic.com/
A web site on Mega Basic, contains tutorials, and files.
- Fantaisie Software - http://www.purebasic.com/
Home of PureBasic, a new "high level" programming language based on established BASIC rules.
- Free BASIC Script Language - http://gedd123.free.fr/Documentation.htm
FBSL is a Free BASIC Script Language tool dedicated to 32/bit Windows platforms like Windows 9.x, Millenium, NT and 2000.
- BASIC Central - http://basiccentral.tripod.com/
Contains many files, tutorials, and graphics related to BASIC programming. You can submit your files here.
- Gambas - http://gambas.sourceforge.net/
A graphical Basic language for Linux with objects and plug-ins.
- Altair Disk Extended Basic - http://museum.sysun.com/museum/alt.html
Microsoft's First Product (1975). How it was done. A quick user's guide to the language. Boot up BASIC and try it.
- BeeBasic - http://www.bee-intel.com/
An Basic-like embeddable scripting language. BeeBasic engine is a static-link library. [Open source, Commercial]
- wxBasic - http://wxbasic.sourceforge.net/
A free, Open Source Basic interpreter for creating portable GUI applications in Windows and Linux. Can create stand-alone executables.
- XCSB (XC Structured BASIC) - http://xcprod.com/titan/XCSB/
Optimising structured PIC BASIC compiler producing fast native machine code for the PIC microcontroller. [LITE version is FREE for personal non-commercial use]
- Win32 PS2 YaBasic Port - http://win32yabasic.sourceforge.net/
Contains executable to allow you to run PlayStaion2 programs programmed in YaBasic as well as links, an FAQ and sample programs. [Open Source]
- BASIC Examples - http://geocities.com/konrad_rudolph/main_e.htm
Includes source code to several programs as well as some executable files available for download.
- ABCEdit - http://www.invtech.com.au/html/abc_software.html
Includes a True Basic compiler, assembler, and programming with on-screen results, and a communications package. The software runs on Windows 3.11 to Windows '98. [Freeware]
- IBasic - http://www.pyxia.com/
A simple to use BASIC like language that creates stand alone executables. Site includes programming samples, documentation, source code library, and an active user forum. [Shareware]
- X11-Basic - http://x11-basic.sourceforge.net/
A BASIC shell script interpreter for UNIX/Linux with full X11-Graphics support. [Open source, GPL]
- Blassic - http://www.arrakis.es/~ninsesabe/blassic/
An basic interpreter that run on windows and linux. [Open source, GPL]
- ethosBASIC - http://www.ethosbasic.com
A user support site helps everyone create computer games and programs using ethosBASIC.
- Serial Basic - http://www.dataoutfitters.com/SerialBasic/SerialBasic.htm
A Basic-like programming language designed for serial port communications to rs232 devices. [Freeware]
- ScriptBasic - http://www.scriptbasic.com/
Open Source GPL BASIC interpreter supporting Win32, UNIX, Linux. Rich set of features, many built-in functions. External modules written in C. Modular. Interpreted internal code. Internal code cache for fast execution. Compiled to C. Source is pure C.
- Basic Users Network - http://basicusers.net/
Contains beginner and advanced information for BASIC. Offers compilers, interpreters, and code examples.
- Proton Plus PIC BASIC Compiler - http://www.picbasic.org/
Produce applications for PICmicro without having to learn the relative complexity of assembler, or wade through the gibberish that is C. [Free and commercial versions]
- NBASIC - http://sylvaware.home.mindspring.com
A BASIC interpreter designed to mimic the operation of 8/16bit microcomputers of the early 1980's like the Tandy Color Computer, Apple IIe, Commodore 64, Texas Instruments TI-99/4A.
- PICBASIC - http://www.picbasic.co.uk/
The official UK PIC Basic Compiler web site.
- COMAL - http://users.macunlimited.net/kenross/INDEXC.HTML
Archives for CBM/PET and the C64. Files for Commondore machines.
- Basic Micro MBasic - http://www.basicmicro.com/Product.aspx?productID=24
A BASIC compiler for PICmicro MCUs . By Basic Micro.com, Inc. [Commercial]
- Lemick - http://lemick.sourceforge.net/
A project to make a programming language similar to those traditional Basic implementations but with all the attributes of the modern programming tool. Current version is a bytecode compiler and interpreter/JIT compiler implemented in pure C with flex (scanner) and bison (parser).
- VMM Basic - http://www.balrogsoftware.com/vmbasic/
A virtual machine that execute a byte-code program, compiled from language, the syntax is similar to Basic languages, that have intern motion detection commands, intern sprite commands based on DirectX, network commands, for simplify game development.
- Chipmunk BASIC - http://www.nicholson.com/rhn/basic/
An old-fashion BASIC interperter for the Macintosh. BASIC programming resources.
- BASIC Programming - http://basicprogramming.blogspot.com/atom.xml
A compiler author's thoughts on programming in BASIC.
- Just BASIC - http://www.justbasic.com/
A free version of BASIC for Windows. Supports creation of standalone programs.
- PureBasic Forums - http://www.purebasicforums.com/
Answers, ideas, tips and information about PureBasic.
- PlayBasic - http://underwaredesign.com/prod_detail.php?id=42
A windows based game creation language, designed for beginners. It comes jam packed with features to make programming games fun and easy.
- FreeBASIC - http://www.freebasic.net/
A 32-bit BASIC compiler, with the syntax the most compatible possible with MS-QuickBASIC, that adds new features such as pointers, unsigned data types, inline-assembly. [Open-source, LGPL]
|