Rosetta Code:Add a Language: Difference between revisions

Run Basic
(Tagging as a way to contribute.)
(Run Basic)
Line 5:
''Notice that, for the purpose of instruction, we call the language "Ayrch", but that's almost certainly not going to be the name of the language you're adding; Replace "Ayrch" with the name of your language.''
 
'''Run Basic'''
==Prerequisites==
----
Run Basic is mainly used for developing Web applications. It lets you create programs that run in a web page but without the complexity and restrictions of other web programming approaches. You can create interactive applications without gateway programming (CGI). Unlike other Web applications, Run Basic maintains session variables for you.
 
You can use Run Basic with it's web server or under servers such as Apache.
For inclusion on Rosetta Code, the requirements are reasonable: There should be an existing implementation of that language that is either mature or, at the very least, under active development. Language notability is unimportant; if the number of languages on the site grows enough to require distinction, they can be differentiated by example coverage.
 
The syntax is based on Liberty BASIC, with extensions to support the web.
 
Run BASIC includes support for the SQLite database with a vary easy to use interface.
 
[http://www.runbasic.com/docs/rbhelp.html Home Page]
 
[http://en.wikipedia.org/wiki/Run_BASIC Wikipedia]
 
==Basic Information==
Anonymous user