7Basic: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page.)
 
(Added links to project page and home page.)
Line 1: Line 1:
{{implementation|BASIC}}{{Compiler}}
{{implementation|BASIC}}{{Compiler}}
'''7Basic''' is both a programming language and the cross-platform compiler that generates x86 assembly code from 7Basic source files. The language is heavily based on other BASIC-derivatives like [[QuickBASIC]] while also providing classes and pointers, although the spec. for the language is in constant flux at the moment.
'''7Basic''' is both a programming language and the cross-platform compiler that generates x86 assembly code from 7Basic source files. The language is heavily based on other BASIC-derivatives like [[QuickBASIC]] while also providing classes and pointers, although the spec. for the language is in constant flux at the moment.

==Links==

* Homepage: http://quickmediasolutions.com/software/7basic
* Project page: https://launchpad.net/7basic

Revision as of 18:53, 19 August 2011

7Basic is an implementation of BASIC. Other implementations of BASIC.
7Basic is an example of a compiler. You may find the programming tasks that have been solved using it here.

7Basic is both a programming language and the cross-platform compiler that generates x86 assembly code from 7Basic source files. The language is heavily based on other BASIC-derivatives like QuickBASIC while also providing classes and pointers, although the spec. for the language is in constant flux at the moment.

Links