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

后端 未结 8 1482
灰色年华
灰色年华 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

    Sounds like a problem for Apache Velocity templating engine. It is a Java library with a templating syntax or DSL if you will.

提交回复
热议问题