Category:Liberty BASIC: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Links, paradigm, spelling fix)
No edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
{{language|Liberty_BASIC
{{language|Run_Basic
|exec=interpreted
|exec=interpreted
|site=http://www.libertybasic.com
|site=http://www.runbasic.com
|parampass=both
|parampass=both
|tags=lb}}
|tags=rb}}
{{language programming paradigm|procedural}}
{{language programming paradigm|procedural}}
Run Basic uses the classic BASIC procedural style.
Liberty BASIC is a procedural programming language for [[Windows]] PCs, created by Shoptalk Systems. It was intended as a simple way to create professional programs, with full [[GUI]] ability, while still keeping a very simple [[BASIC]] syntax. While the current version only supports Windows, the next major release will support [[Mac OS X]] and [[Linux]] as well.
Primary use is the development of programs that run in a web page but without the complexity and restrictions of other web programming approaches. Run BASIC includes it's own web server, however you can run it under other servers like Apache.

The syntax is based on Liberty BASIC with extensions for the web and SQLite. SQL results are returned as an object which can be rendered into a web page with flexibility.

Cascading Style Sheet are integrated.

If you are familiar with the BASIC programming language you can create web programs quickly and easily.

Unlike other web languages, session management is built in. Run Basic takes care of all the session variables. No need to create hidden input or create a flat file to hold variable information.

Run BASIC works on popular web browsers for [[Windows]], [[Linux]], [[Mac OS X]], [[iPhone]], and [[Android]].

Revision as of 11:59, 19 December 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Liberty BASIC
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Parameter passing methods: By reference, By value
Lang tag(s): rb
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Liberty BASIC.

Run Basic uses the classic BASIC procedural style. Primary use is the development of programs that run in a web page but without the complexity and restrictions of other web programming approaches. Run BASIC includes it's own web server, however you can run it under other servers like Apache.

The syntax is based on Liberty BASIC with extensions for the web and SQLite. SQL results are returned as an object which can be rendered into a web page with flexibility.

Cascading Style Sheet are integrated.

If you are familiar with the BASIC programming language you can create web programs quickly and easily.

Unlike other web languages, session management is built in. Run Basic takes care of all the session variables. No need to create hidden input or create a flat file to hold variable information.

Run BASIC works on popular web browsers for Windows, Linux, Mac OS X, iPhone, and Android.

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Liberty BASIC"

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

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