Category:FutureBasic

From Rosetta Code
Revision as of 04:29, 15 August 2016 by KenS (talk | contribs) (Created page with "{{language|FutureBasic |site=http://4toc.com/fb/index.htm |tags=futurebasic}} {{implementation|BASIC}} FutureBasic began life at the dawn of Apple's Macintosh in the mid-1980...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Language
FutureBasic
This programming language may be used to instruct a computer to perform a task.
Official website
Lang tag(s): futurebasic
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using FutureBasic.
FutureBasic is an implementation of BASIC. Other implementations of BASIC.

FutureBasic began life at the dawn of Apple's Macintosh in the mid-1980s as ZBasic, an implementation of BASIC -- the Beginner's All-purpose Symbolic Instruction Code -- which had been around since the language was invented by John G. Kemeny and Thomas E. Kurtz at Dartmouth College during 1963 and 1964.

ZBasic acquired a devoted following of developers who praised its ease of use and the tight, fast code produced by the compiler (a legendary labor involving extensive use of hand-built 68K assembly language code and the brainchild of Andrew Gariepy).

In 1992, Zedcor Inc., the company of the Gariepy brothers Andy, Mike, Peter and friends based in Tucson, Arizona presented announced their reworked compiler called FutureBASIC.

In 1995 Staz Software, led by Chris Stasny based in Diamondhead, Miss., acquired the rights to market FutureBASIC. Stasny started this business with an upgraded version, namely FBII, and with his own development, the Program Generator (PG PRO), a CASE tool.

When Apple transitioned the Mac from 68k to PowerPC, the FB editor was rewritten by Stasny and was coupled with an adaptation of the compiler by Andy Gariepy. The result of their efforts, a dramatically enhanced IDE called FB^3 (FB-cubed) was released in September 1999.

Major update releases introduced a full-featured Appearance Compliant runtime written by the late New Zealander Robert Purves renown for his brilliant programming. Once completely carbonized to run natively on the Mac OS X, the FutureBASIC Integrated Development Environment (FB IDE) was called FB4 and released in July 2004.

In August 2005, Staz Software was devastated by Hurricane Katrina just at the time Apple was transitioning from Motorola PPC microprocessors to Intel chips. FB development slowed almost to a standstill. On January 1, 2008, Staz Software announced that FB would henceforth be freeware and FB4 with FBtoC 1.0 was made available.

Since that time, an independent team of volunteer developers initially lead by Purves continued to improve FBtoC, which took code produced by the FB Editor and translated it to C for processing by gcc, and more recently the more robust clang.

On Sunday, June 3, 2012, members of the FB List Serve were notified that Robert Purves had died after a long bout with cancer. The news came as a surprise to many FB developers who were unaware of Purves' illness. While coping with cancer, he continued as an active member of the FB community, improving FB, answering questions, solving problems, and posting exquisitely terse code often salted with pithy remarks from his wonderfully dry humor. He never mentioned his health problems and never complained.

Today, a team of developers tutored at Purves' knee, continue his work keeping the Macintosh's oldest compiler viable for a new generation of coders.

Considering the contempt some programmers have for the BASIC language -- "BASIC ruins programmers" -- it's almost a shame FB has the word "Basic" in its name. Not only can FB handle BASIC source code, but since it is a front end to clang, it can translate C, Apple's Core Foundation, Objective-C (Cocoa), HTML, XML, SOAP, UNIX commands, Open GL, etc. This makes it an excellent tool for prototyping -- especially for programmatic Objective-C when the overhead of Xcode is not needed.

FutureBasic Home Page

http://4toc.com/fb/index.htm

Here is where you can download a free copy of FutureBasic (simply called FB by its developers), along with detailed installation instructions (FB requires Xcode to be installed), 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 (the FBtoC team and Staz Software).

FB 5 builds Mac OS X Carbon applications (32-bit only) and command-line tools (32- and 64-bit).

The FB 5 IDE consists of a syntax-aware editor, and a translator (FBtoC) that converts FB code into C code. The translation is then compiled with the system compiler gcc, or in the most recent versions, clang.

FutureBasic List

http://freegroups.net/groups/futurebasic/

The FutureBasic mailing list is a free service to the FB programming community, courtesy of associate.com. The list is available by online, and/or by email subscription to anyone interested FB programming on the Macintosh. List members include raw beginners through published commercial software authors. The FB development team and some long-time enthusiasts are knowledgeable and friendly and are very quick to respond to questions posted on the list. In addition, demonstration program code is frequently posted here.

Wikipedia

https://en.wikipedia.org/wiki/FutureBASIC

Discusses the history of FutureBasic and its predecessor, ZBasic, from the early days of the Macintosh when it was a commercial product, until its morph into today's robust front end to the clang compiler. Information on this page can be outdated, to a better source of the most current information about FB can be found at the web sites above.

Subcategories

This category has only the following subcategory.

@

Pages in category "FutureBasic"

The following 200 pages are in this category, out of 443 total.

(previous page) (next page)
(previous page) (next page)