Join Slack
Powered by
Hey Folks! Can someone explain, what we are using ...
# announcements
d
Doganmiketuran
01/03/2020, 12:58 PM
Hey Folks! Can someone explain, what we are using DSL's to ? And what it can be compared with? Thx!
j
Jérôme Gully
01/03/2020, 1:09 PM
DSL = Domain Specific Language. It's purpose is to be closer from the business logic (the domain). For example, Gradle use a DSL build with Groovy.
s
Spike Baylor
01/03/2020, 1:59 PM
I'd recommend taking a look at the
tornadofx.io
documentation. I think it is a great way to see the usefulness of a DSL in action.
➕ 1
a
Andrew
01/03/2020, 5:40 PM
The most basic intros to DSLs use the builder pattern as an example so that is a good place to start, and at least 1 comparison.
2
Views
Open in Slack
Previous
Next