Lecture overview
Keyboard shortcut: 'u'  Previous slide in this lecture
Keyboard shortcut: 'p'  Next slide in this lecture
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  Annotated slide
Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    adhoc-abstractionSlide 22 : 42

Ad hoc abstraction 

In order to control the complexity of a programmatic WWW document it is often useful to introduce ad hoc abstractions
 

includes/adhoc-abstractions/d1-with.lamlAn example with URL abstractions
 

includes/adhoc-abstractions/d1-without.lamlThe example without URL abstractions
 

 

includes/adhoc-abstractions/d2-with.lamlAn example with a table abstraction
 

includes/adhoc-abstractions/d2-without.lamlThe example without table abstractions
 

 

includes/adhoc-abstractions/d3-with.lamlAn example with signature abstraction
 

includes/adhoc-abstractions/d3-without.lamlThe example without signature abstractions