Rosetta Code:Add a Language: Difference between revisions

Content added Content deleted
(Run Basic)
No edit summary
Line 4: Line 4:


''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.''
''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'''
----
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.

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==
==Basic Information==