Domain-specific languages vs. library of functions

前端 未结 8 1545
予麋鹿
予麋鹿 2021-02-07 08:13

This may be subjective, I don\'t know: I have this problem, which I\'m kind of equating to the \"what language for this project?\" question, since I can\'t seem to solve it.

8条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-07 08:55

    1. Your audience are non-programmers.
    2. You are targeting a specific field.
    3. They need to get job done.

    I would choose a DSL over a general purpose language.

提交回复
热议问题