by Paul Guerra (10 Submissions)
Category: Complete Applications
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(8 Votes)

FastBasic is a programming language made in Visual Basic 6. It is NOT a scripting language: FastBasic compiles to a p-code that is executed by a runtime (or Virtual Machine, whatever you prefer). The language itself is very simple. It only handles if's, do's, and things like that, but it can be expanded easily. Keep in mind that you can't do anything very useful in FastBasic, it is just an educational tool. Take a look at the examples provided to see some of the things it is capable of doing.
Download FastBasic Compiler (86 KB)