Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What Is the exact use of DSL? Is it worth time spending on reading DSL's?

share|improve this question

closed as not constructive by John Saunders, Paul Sonier, Jacob, Mat, svick Jul 27 '11 at 18:31

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 3 down vote accepted

Note: I am assuming that this is about DSLs where a DSL is a domain specific language. The primary purpose of a DSL is to achieve a higher productivity rate by factoring in assumptions about the "domain" of use. This is similar to the "high level vs. low level" debate in that some people go to DSL's first and then look for APIs in a general purpose language, whereas others go to APIs first and might not even consider using a DSL.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.