Domain-Specific Languages In Kotlin: Getting Started | raywenderlich.com

In this Kotlin tutorial, learn how to create a DSL using Kotlin lambdas with receivers, builder pattern and extension functions!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2780058-domain-specific-languages-in-kotlin-getting-started

Thank you for the great tutorial on Kotlin DSL. I was wondering if there is a way to restrict scope when creating DSLs using extension functions?