WebL: Difference between revisions
Appearance
mNo edit summary |
|||
(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 | * 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 | * 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 | * 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
- Hannes Marais: Compaq’s Web Language: A Programming Language for the Web - User manual
- Thomas Kistler; Hannes Marais: WebL – A Programming Language for the Web - 1997
- Hannes Marais; Tom Rodeheffer: Automating the web with WebL - From Dr Dobb's Journal
- Quanfu Fan; Xiangto Wang: Web Languages and An Example: WebL