Jump to content

User:Demerzel242/HTML/OS

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Demerzel242 (talk | contribs) at 18:45, 9 March 2010 (Hello World). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
HTML/OS
Paradigmimperative, 4GL
First appeared1994
Typing disciplinedynamic, weak
OSCross-platform, runs on ...
Filename extensions.html
Websitewww.htmlos.org

HTML/OS is a programming language for building browser-native software applications.

The programming language was purposely designed to shorten delivery times, lower development costs, and make the programming of browser-native database applications easier. The ease-of-use and flexibility achieved by the language puts it in the Rapid Application Development (RAD) category. The language's instruction set spans general programming and database operations. The language resembles in some ways the BASIC language of the 1970's.

HTML/OS is the language used by Aestiva Software in the database-driven products it sells to corporate, business, and government markets.


Hello World

This is how Hello World looks in HTML/OS. HTML/OS commands are placed within << and >>.

<<# Hello World in HTML/OS /#>>

<html>
<<DISPLAY "Hello, World!" /DISPLAY>>
</html>


ref http://www.htmlos.org/