Hey guys! I built a DSL in Kotlin and I would like...
# announcements
j
Hey guys! I built a DSL in Kotlin and I would like people to easily play with that DSL. I think that the best would be to have a very simple online editor with just syntax highlighting and code completion. I will need to customize code completion a little bit to make sure it only suggests classes and methods from my DSL package (the users won't need access to the whole Kotlin stdlib). If you have any suggestion for an existing editor that I could use, I am interested 🙂
p
For an example of how it can be customized to your needs, take a look at what Arrow has done: https://github.com/arrow-kt/arrow-playground
i
Embed is very nice 🙂