Why should I use FreeBASIC rather than some other newer BASIC ?
FreeBASIC has many traits which make it more desirable than most other BASIC language implementations: • FreeBASIC adheres closely to the standard BASIC syntax, making it easier to use. • FreeBASIC is compiled to actual programs (executables), not bytecode. • FreeBASIC has a large, dedicated community which has actively participated in the development of FreeBASIC. • FreeBASIC utilizes standard methods of accessing common C libraries. SDL, for example, is standard C SDL, not a new set of intrinsic commands. • FreeBASIC has ports to Windows, Linux, and 32-bit DOS. It retains consistent syntax between the three ports.