Category:Liberty BASIC: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
{{stub}}
{{language|Run_BasicLiberty_basic
|exec=interpreted
|site=http://www.runbasiclibertybasic.com
|parampass=both
|tags=rb}}
{{language programming paradigm|procedural}}
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]].
Anonymous user