> How do you see the DSL for plugins ? The baseline is they would be able to integrate if they want. They would have to code their DSL in Kotlin though.
>How will JSR223 custom code be used inside DSL ? Suggestions are welcome. Kotlin has raw literals (~multiline strings), so coding JSR223 as a string would be not that bad, especially taking into account IDEA has language injection (it can autocomplete Groovy, JavaScript, etc within the string) Yet another alternative would be converting Kotlin lambdas to JSR223 or something like that. >is your suggestion about changing JMeter ${var} syntax or do I misunderstand ? I do not suggest changing JMeter syntax. Vladimir