What is a domain specific language? Anybody using it? And in what way?

前端 未结 14 1815
天涯浪人
天涯浪人 2020-12-22 17:04

I guess I am looking for some kind of intro and see if anybody have used it. Are there any particular advantages of using it?

Wikipedia:

domai

14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 17:51

    A DSL is a good way to develop a language to be used by non-programmers. For example, if you have a DSL for the finance people in a company, then rather than programming to their specification you can just let them write the program they want done. Then, if it is too slow then you can take what they wrote that works as they want, write it in a compiled language to speed it up.

提交回复
热议问题