Skip to content

Source code for "Kotlin, a language to rule DSLs" talk

Notifications You must be signed in to change notification settings

tibtof/kotlin-to-rule-dsls

Repository files navigation

Kotlin, a Language to Rule DSLs

Kotlin is a great language for creating internal DSLs. Although it is statically typed, some of its features, such as type-safe builders, extension functions, operator overloading, implicit receivers, etc. make the creation of internal DSLs a rewarding experience. We will explore some existing DSLs, and look under the hood to see how we can tailor the same principles to our needs.

The slides are available here.

About

Source code for "Kotlin, a language to rule DSLs" talk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages