(course-home-page
(name "Programming Paradigms")
(number-of-lectures 15)
(lecture-names
"intr" "scheme" "higher-order-fn"
"eval-order" "lisp-languages")
(current-lecture 3)
(links
"schemers.org" "http://www.schemers.org/"
"LAML" "http://www.cs.auc.dk/~normark/laml/"
"Haskell" "http://haskell.org/"
)
) |
| | A sample document in the course home page language. This is an example of a web document in the new course home page language.
We will not implement the language here, just sketch the overall approach
of the processing of the document.
|