Lambda the Ultimate

inactiveTopic Versioning XML Vocabularies
started 12/23/2003; 1:06:35 AM - last post 12/23/2003; 1:06:35 AM
Ehud Lamm - Versioning XML Vocabularies  blueArrow
12/23/2003; 1:06:35 AM (reads: 5158, responses: 0)
Versioning XML Vocabularies
XML is designed for the creation of languages based upon self-describing markup. The inevitable evolution of these languages is called versioning. Versioning means adding, deleting, or changing parts of the language. Making versioning work in practice is one of the most difficult problems in computing, with a long history of failed attempts.

General purpose programming language deseigners also face the versioning problem, and use a variety of dirty tricks, pragmas and warnings. Perhaps there's something to be learned from the XML approach, though I don't really see how it can be applied to full feldged programming languages with rich syntactic and semantic constructs.

Be that as it may, this work is relevant for those designing XML vocabularies, arguably the dominant form of DSLs nowadays.

More on XML versioning can be found in the TAG Finding.


Posted to xml by Ehud Lamm on 12/23/03; 1:07:46 AM