Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

01 Concept

❯

DSLs (Domain Specific Languages)

DSLs (Domain-Specific Languages)

Feb 10, 20261 min read

  • programming-paradigms
  • metaprogramming
  • dsl

DSLs (Domain-Specific Languages)

← Back to Metaprogramming

Languages tailored to a specific problem domain, providing expressive syntax and abstractions that closely match the domain’s concepts. Internal DSLs are embedded within a host language, while external DSLs have their own parser and syntax.

Key Properties

  • Internal vs External DSLs
  • Fluent Interfaces

programming-paradigms metaprogramming dsl


Graph View

  • DSLs (Domain-Specific Languages)
  • Key Properties

Backlinks

  • Metaprogramming
  • Fluent Interfaces
  • Internal vs External DSLs

Created with Quartz v4.5.2 © 2026

  • GitHub