| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fbc-1.10.0-1-x86_64.hpkg | 2026-06-12 | 6.1 MB | |
| readme.md | 2026-06-12 | 1.4 kB | |
| Totals: 2 Items | 6.1 MB | 0 | |
FreeBASIC
Description: FreeBASIC for Haiku!
FreeBASIC is a free/open source (GPL), BASIC compiler. When used in its "QB" language mode, FreeBASIC provides a high level of support for programs written for QuickBASIC. Many programs written for QuickBASIC will compile and run in this mode with no changes needed. However, for compilation in the FreeBASIC default language mode, most substantial programs will require changes.
FreeBASIC is a high-level programming language supporting procedural, object-orientated and meta-programming paradigms, with a syntax compatible to Microsoft QuickBASIC. In fact, the FreeBASIC project originally began as an attempt to create a code-compatible, free alternative to Microsoft QuickBASIC, but it has since grown into a powerful development tool. FreeBASIC can be seen to extend the capabilities of Microsoft QuickBASIC in a number of ways, supporting more data types, language constructs, programming styles, and modern platforms and APIs.
Compile programs with
fbc.bin -p /boot/system/develop/lib -prefix /boot/system/ -l root file.bas
or use the included script:
fbc file.bas
Compiled for Haiku by coolcoder613
Adapted and packaged for Haiku by Michel Clasquin-Johnson. Tested on Haiku R1/beta 5 in the x86_64 bit variant.
Requires: ncurses6
Original Source: https://github.com/coolcoder613eb/haiku-freebasic
License: GNU GPL v2