Jump to content

WebL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==Publications==
==Publications==
* Hannes Marais: [https://web.archive.org/web/20050212234457/http://www.research.compaq.com/SRC/WebL/WebL.pdf Compaq’s Web Language: A Programming Language for the Web] - User manual.
* Hannes Marais: [https://web.archive.org/web/20050212234457/http://www.research.compaq.com/SRC/WebL/WebL.pdf Compaq’s Web Language: A Programming Language for the Web] - User manual
* Thomas Kistler and Hannes Marais: [http://www.hpl.hp.com/techreports/Compaq-DEC/SRC-TN-1997-029.pdf WebL – A Programming Language for the Web] - 1997
* Thomas Kistler; Hannes Marais: [http://www.hpl.hp.com/techreports/Compaq-DEC/SRC-TN-1997-029.pdf WebL – A Programming Language for the Web] - 1997
* Hannes Marais and Tom Rodeheffer: [http://www.drdobbs.com/web-development/automating-the-web-with-webl/184410817 Automating the web with WebL] - From Dr Dobb's Journal
* Hannes Marais; Tom Rodeheffer: [http://www.drdobbs.com/web-development/automating-the-web-with-webl/184410817 Automating the web with WebL] - From Dr Dobb's Journal
* Quanfu Fan & Xiangto Wang: [http://www.cs.arizona.edu/~collberg/Teaching/520/2003/Projects/quanfu.ps.gz Web Languages and An Example: WebL]
* Quanfu Fan; Xiangto Wang: [http://www.cs.arizona.edu/~collberg/Teaching/520/2003/Projects/quanfu.ps.gz Web Languages and An Example: WebL]


==Links==
==Links==

Latest revision as of 17:51, 21 October 2019

WebL is an Oberon derivative that was specially designed to process web documents. People usually associate it with Modula-3 since some of the same people worked on both systems at the Digital/Compaq research labs and WebL was sometimes shipped with the M3 system. But the ideas behind and the basis for WebL came from the Oberon group at ETH although the actual implementation is in Java. HP later renamed WebL as the not very search engine friendly "Web Language" or "HP Web Language". WebL was mostly notable because in its day (around the turn of the century) it managed to outperform similar commercial toolkits and was much more compact as well.

Publications

Links