User:Demerzel242/HTML/OS
HTML/OS | |
---|---|
Paradigm | imperative, 4GL |
First appeared | 1994 |
Typing discipline | dynamic, weak |
OS | Cross-platform, runs on ... |
Filename extensions | .html |
Website | www.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>