Headline

A Domain-specific language is "a computer programming languages of limited expressiveness focused on a particular domain." (DSLs - Martin Fowler with Rebecca Parsons) The opposite is a General-purpose language.

Fowler identifies four key elements:

  • Computer programming language: A DSL is used by human users to instruct a computer. It is designed to be easy understandable for humans, but should be executable.
  • Language nature: The DLS should have a sense of fluency, by the way the expressions can be composed together.
  • Limited expressiveness: A DSL supports a bare minimum of language features needed to support its domain.
  • Domain focus: The DSL has a clear focus on a small domain. The domain focus is what makes a limited language worthwhile.
Fowler divides DSLs into three categories:

  • External DSL: A language separated from the host language. It can have a custom syntax or use another languages syntax like language:XML.
  • Internal DSL: A DSL that is constructed using a general-purpose language in a particular way. The DSL uses a small subset of language features, is valid code in the host language, but should feel like a custom language.
  • A Language Workbench is a specialized IDE for constructing DSLs. Additionally it can provide an editing environment for the designed language with features like code completion or refactoring.

Abbreviation

DSL


There are no revisions for this page.

User contributions

    This user never has never made submissions.

    User edits

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.