Category:FutureBasic: Difference between revisions

m
No edit summary
Line 16:
http://www.brilorsoftware.com/fb
 
Here is where you can download your freeware copy of the FutureBasic IDE for Macintosh OSmacOS X 10.413 and newer, along with detailed installation instructions; programming examples; and other information.
 
On 1 January 2008, Staz Software announced FB as freeware. Downloads and their executables are freeware, but source code and rights of distribution are reserved to the respective authors (now the FBtoC team and Staz Software). The IDE is continuously being improved.
 
FB 67.x builds Mac OS XmacOS 64-bit Cocoa applications and command-line tools (32- and 64-bit). Older versions of FB that create 32-bit Carbon apps are still available at on the FB web site but not supported.
 
The FB 67 IDE consists of a syntax-aware editor, project manager and ainternally translatortranslates (FBtoC) thatformerly convertsFBtoC ) FB code into C code. The translation is then compiled with the clang system compiler clang.
 
Here's a sample program:
6

edits