Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > PureBasic


PureBasic is a dialect of the BASIC programming language. It has a limited command set but compiles directly to assembler ( IA-32) and generates therefore very small and fast executables. It can compile for Microsoft Windows, Linux, Mac OS X and AmigaOS from the same source file. It is made by the French company Fantaisie Software.

It is possible to add assembler commands within the Basic source code while using the variables declared in the other Basic source. The programmer has therefore a possibility to optimize the time critical passages of this code rather easily. As the bit width of 80386 and later processors is 32-bit and it has all the basic operations for dealing directly with 32-bit values the microprocessor can be programmed like a programmable calculator and therefore very efficient game programs can be written.

External link

BASIC dialects



Non User