Software Development

From Pakistan

Archive for September 2008

Domain Specific Language QA

without comments

An interesting question and answers about DSL (Domain Specific Language) with Martin Fowler.

What is a Domain Specific Language?
A Domain Specific Language (DSL) is a computer programming language of limited expressiveness focused on a particular domain. Most languages you hear of are General Purpose Languages, which can handle most things you run into during a software project. Each DSL can only handle one specific aspect of a system.

Read complete question and answers here.

Written by mrkkhattak

September 10, 2008 at 9:38 am

Posted in Development