Lambda the Ultimate

inactiveTopic What a URI identifies
started 1/29/2003; 1:40:12 PM - last post 1/31/2003; 12:55:18 AM
Ehud Lamm - What a URI identifies  blueArrow
1/29/2003; 1:40:12 PM (reads: 1818, responses: 3)
What a URI identifies
Studying little languages (aka DSLs) is perhaps the best way to realize just how powerful the linguistic metaphor is (as well as to realize where and when it isn't enough). Good little languages expose fundamental abstractions relavent to the programming domain, and provide a convinient linguistic structure.

In his famous column about little languages, Jon Bentley mentioned a few microscopic languages such as regexps and picture strings. Very little languages (VLLs) of this sort often exhibit elegant language and notation design.

Still, for something to be a language we must be able to reason about semantics. In this context, the recent thread on the W3C TAG mailing list concrening URIs makes for interesting and amusing reading.

Notice that the issue here is a bit more subtle that simply defining semantics. The (operational) semantics of URIs are well known (they are essentially the HTTP protocol). However, defining what exactly is meant by terms like resource (pointed to by a URI) and representation is not so straightforward, as some examples illustrate.

The www-tag thread inspired interesting comments from both Jon Udell and Phil Windley.


Posted to DSL by Ehud Lamm on 1/29/03; 1:54:55 PM

Ehud Lamm - Re: What a URI identifies  blueArrow
1/29/2003; 2:02:10 PM (reads: 685, responses: 0)
Those not versed in these issues may find Tim BL's Cool URLs Don't Change and Axioms of Web Architecture helpful.

Michael Vanier - Re: What a URI identifies  blueArrow
1/30/2003; 9:20:16 PM (reads: 594, responses: 1)
Have you got a link to the Jon Bentley column?

Ehud Lamm - Re: What a URI identifies  blueArrow
1/31/2003; 12:55:18 AM (reads: 645, responses: 0)
I don't think it is available online (if you have access to the ACM DL, you should try there).

Bentley fans will enjoy this page dedicated to the first collection of his essays. The little languages paper is in the second collection (More Programming Pearls).