Posts tagged “dsl”:
Creating Kotlin DSLs
Kotlin has many nice things going for it – be it null safety, data classes, extension functions, immutable collections or many other things. For me one additional thing is very interesting: The ability to create domain specific languages (DSLs) easily. Easily, because creating a DSL with Kotlin means that you simply choose to combine several […] Continue Reading “Creating Kotlin DSLs”