- What are some examples of domain specific language?
- What is domain specific language?
- Is rails a domain specific language?
What are some examples of domain specific language?
Domain-specific languages have been talked about, and used for almost as long as computing has been done. DSLs are very common in computing: examples include CSS, regular expressions, make, ant, SQL, many bits of Rails, expectations in JMock, graphviz's dot language, strut's configuration file....
What is domain specific language?
A Domain Specific Language is a programming language with a higher level of abstraction optimized for a specific class of problems. A DSL uses the concepts and rules from the field or domain.
Is rails a domain specific language?
Ruby on Rails may be considered a DSL (Domain Specific Language) for creating web applications. Save this answer.