What DSL stands for?
# getting-started
v
What DSL stands for?
s
Sometimes Domain Specific Language
v
I've seen it in the same context with XPath, JDOM, and XML
I don't know how to put these things together
s
Like a Kotlin XML DSL?
If so then the domain is XML in this case.
s
Anko, Android specific for instance
v
@supotuco what is Kotlin XML DSL? I can't find clear explanation on what it is
s
There is an article explaining DSL
v
Thanks, that explains many things. Now I see how Kotlin integrates DSLs like HTML, CSS and so on
s
Here is another one, it is also called type safe builders https://kotlinlang.org/docs/reference/type-safe-builders.html