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

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

    I'll suggest jruby. I've done a few and it's always been pretty easy to get about what I want.

    http://www.artima.com/rubycs/articles/ruby_as_dsl3.html

提交回复
热议问题