Domain Specific Languages (DSLs) are limited forms of computer language designed for a specific class of problems. In this
JAOO conference talk, Martin Fowler introduces a simple example of DSL, bringing out the difference between external and internal DSLs, and talking through the trade-offs in using both forms.
Watch:
Introduction to Domain Specific Languages (25 mins)
The content of this presentation is based on the first part of Martin Fowler's
Language Workbench essay. You can also find all InfoQ content about DSLs at:
http://infoq.com/dsl, including
this article about recent ideas and debates.
Community comments
Smalltalk and DSLs
by Carl Gundel,
DSL or not
by Jonas Ekstrom,
Smalltalk and DSLs
by Carl Gundel,
Your message is awaiting moderation. Thank you for participating in the discussion.
Mr. Fowler rightly mentioned Lisp as a language for creating DSLs, but I was surprised that he did not mention Smalltalk. Those interested in DSLs certainly owe it to themselves to take a close look at Smalltalk.
DSL or not
by Jonas Ekstrom,
Your message is awaiting moderation. Thank you for participating in the discussion.
Let's say the problem domain is specific to process patterns.
Is it better to use a well known language (such as C#) together with a domain specific framework (such as CCR) to solve a problem, or should one use a DSL (such as BPEL)?