|
|
LAML: Lisp Abstracted Markup Language | We now introduce the LAML system, which basically is Scheme with access to libraries which mirror HTML.
In addition, we support a number of functions which in our experience are very helpful during
a typical web authoring process. Some of these functions are organized in document styles, others in tools of various kinds. |
| LAML provides abstractions, in terms of functions, for HTML. Beyond these it is possible to create
arbitrary abstractions, along the line of XML. |
|
LAML = Scheme + The HTML and XML mirrors |