Which language (that runs on JVM) is best suited for creating a DSL?

后端 未结 8 1463
灰色年华
灰色年华 2021-02-06 02:21

We have a requirement to create complex fixed length and variable length Strings. These strings might represent a customer profile, an order etc. Which JVM based programming lan

8条回答
  •  遥遥无期
    2021-02-06 02:43

    Groovy

    http://docs.codehaus.org/display/GROOVY/Writing+Domain-Specific+Languages

提交回复
热议问题