Back to Content

DSL (Domain-Specific Language)

files/en-us/glossary/dsl/domain_specific_language/index.md

latest456 B
Original Source

A Domain-Specific Language (DSL) is a type of computer language of limited scope, designed to address a particular problem within an application domain.

Contrast DSLs with general-purpose languages (GPLs), which are designed to address various problems across domains.

See also