SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Building domain-specific
languages with Groovy
Yaroslav Yermilov
Senior Software Engineer, EPAM Systems
About me
Yaroslav Yermilov
Senior Software Engineer, student
https://ua.linkedin.com/pub/yaroslav-yermilov/58/682/506
https://www.facebook.com/yaroslav.yermilov
https://twitter.com/yermilov17
http://megamozg.ru/post/7256/
fond of Java, complete code, big data, data science, Groovy
A domain-specific language (DSL)
is a computer language specialized to
a particular application domain. This
is in contrast to a general-purpose
language (GPL), which is broadly
applicable across domains, and
lacks specialized features for a
particular domain.
DSL?
A domain-specific language (DSL)
is a computer language specialized to
a particular application domain. This
is in contrast to a general-purpose
language (GPL), which is broadly
applicable across domains, and
lacks specialized features for a
particular domain.
http://en.wikipedia.org/wiki/Domain-specific_language
https://github.com/yermilov/groovy-dsl/tree/develop/examples/dsl-or-not-a-dsl
DSL or not a DSL?
DSL
NO
Quiz!
https://github.com/yermilov/groovy-dsl/tree/develop/examples/dsl-or-not-a-dsl
DSL or not a DSL?
DSL
NO
Quiz!
https://github.com/yermilov/groovy-dsl/tree/develop/examples/dsl-or-not-a-dsl
DSL or not a DSL?
DSL
NO
Quiz!
https://github.com/yermilov/groovy-dsl/tree/develop/examples/dsl-or-not-a-dsl
DSL or not a DSL?
DSL
NO
Quiz!
https://github.com/yermilov/groovy-dsl/tree/develop/examples/dsl-or-not-a-dsl
DSL or not a DSL?
DSL
NO
Quiz!
https://github.com/yermilov/groovy-dsl/tree/develop/examples/dsl-or-not-a-dsl
DSL or not a DSL?
DSL
NO
Quiz!
https://github.com/yermilov/groovy-dsl/tree/develop/examples/dsl-or-not-a-dsl
DSL or not a DSL?
DSL
NO
Quiz!
https://github.com/yermilov/groovy-dsl/tree/develop/examples/dsl-or-not-a-dsl
DSL or not a DSL?
DSL
NO
Quiz!
DSL or not a DSL?
DSL
NO
Quiz!
http://stackoverflow.com/questions/1642028/what-is-the-name-of-the-operator
DSL or not a DSL?
DSL
NO
https://github.com/yermilov/groovy-dsl/tree/develop/examples/dsl-or-not-a-dsl
Quiz!
DSL or not a DSL?
DSL
NO
How to build DSL?
Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for
the Java platform aimed at multiplying developers’ productivity thanks to a concise, familiar and easy to learn syntax. It
integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting
capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional
programming.
http://www.groovy-lang.org/
Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for
the Java platform aimed at multiplying developers’ productivity thanks to a concise, familiar and easy to learn syntax. It
integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting
capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional
programming.
http://www.groovy-lang.org/
Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for
the Java platform aimed at multiplying developers’ productivity thanks to a concise, familiar and easy to learn syntax. It
integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting
capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional
programming.
Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for
the Java platform aimed at multiplying developers’ productivity thanks to a concise, familiar and easy to learn syntax. It
integrates smoothly with any Java program, and immediately delivers to your application powerful features, including
scripting
capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional
programming.
Groovy?
Groovy
https://github.com/yermilov/groovy-dsl
Notes:
concentrate more on possibilities
concentrate less on technical details
something is unclear - ask
want to discuss - you are welcome after the talk
https://github.com/yermilov/groovy-dsl
https://github.com/yermilov/groovy-dsl
https://github.com/yermilov/groovy-dsl
https://github.com/yermilov/groovy-dsl
https://github.com/yermilov/groovy-dsl
https://github.com/yermilov/groovy-dsl
https://github.com/yermilov/groovy-dsl
https://github.com/yermilov/groovy-dsl
https://github.com/yermilov/groovy-dsl
Groovy existing DSLs
https://github.com/yermilov/groovy-dsl
Groovy existing DSLs
https://github.com/yermilov/groovy-dsl
Groovy existing DSLs
https://github.com/yermilov/groovy-dsl/tree/develop/examples/existing-dsls
Groovy existing DSLs
https://github.com/yermilov/groovy-dsl/tree/develop/examples/existing-dsls
Groovy existing DSLs
https://github.com/yermilov/groovy-dsl/tree/develop/examples/existing-dsls
Groovy existing DSLs
https://github.com/yermilov/groovy-dsl/tree/develop/examples/existing-dsls
Looking further
http://www.groovy-lang.org/dsls.html
http://www.groovy-lang.org/
Thanks!

Weitere ähnliche Inhalte

Was ist angesagt? (6)

JavaScript for Enterprise Applications
JavaScript for Enterprise ApplicationsJavaScript for Enterprise Applications
JavaScript for Enterprise Applications
 
BDD Testing Using Godog - Bangalore Golang Meetup # 32
BDD Testing Using Godog - Bangalore Golang Meetup # 32BDD Testing Using Godog - Bangalore Golang Meetup # 32
BDD Testing Using Godog - Bangalore Golang Meetup # 32
 
Buildingwebapplicationswith.net
Buildingwebapplicationswith.netBuildingwebapplicationswith.net
Buildingwebapplicationswith.net
 
Let's go
Let's go Let's go
Let's go
 
End-to-End Machine learning pipelines for Python driven organizations - Nick ...
End-to-End Machine learning pipelines for Python driven organizations - Nick ...End-to-End Machine learning pipelines for Python driven organizations - Nick ...
End-to-End Machine learning pipelines for Python driven organizations - Nick ...
 
Profile
ProfileProfile
Profile
 

Ähnlich wie Building domain-specific languages with Groovy

Top Backend Development Languages and Frameworks for Modern Web Applications
Top Backend Development Languages and Frameworks for Modern Web ApplicationsTop Backend Development Languages and Frameworks for Modern Web Applications
Top Backend Development Languages and Frameworks for Modern Web Applications
KaneJordy1
 
Dynamic Languages on the JVM
Dynamic Languages on the JVMDynamic Languages on the JVM
Dynamic Languages on the JVM
elliando dias
 

Ähnlich wie Building domain-specific languages with Groovy (20)

JavaCro 2016 - From Java to Groovy: Adventure Time!
JavaCro 2016 - From Java to Groovy: Adventure Time!JavaCro 2016 - From Java to Groovy: Adventure Time!
JavaCro 2016 - From Java to Groovy: Adventure Time!
 
Gr8Conf US 2017 - From Java to Groovy: Adventure Time!
Gr8Conf US 2017 - From Java to Groovy: Adventure Time!Gr8Conf US 2017 - From Java to Groovy: Adventure Time!
Gr8Conf US 2017 - From Java to Groovy: Adventure Time!
 
Progamming Path.pptx
Progamming Path.pptxProgamming Path.pptx
Progamming Path.pptx
 
NodeJS vs Golang - A detailed comparison
NodeJS vs Golang - A detailed comparisonNodeJS vs Golang - A detailed comparison
NodeJS vs Golang - A detailed comparison
 
Java Intro
Java IntroJava Intro
Java Intro
 
Top Backend Development Languages and Frameworks for Modern Web Applications
Top Backend Development Languages and Frameworks for Modern Web ApplicationsTop Backend Development Languages and Frameworks for Modern Web Applications
Top Backend Development Languages and Frameworks for Modern Web Applications
 
Dynamic Languages on the JVM
Dynamic Languages on the JVMDynamic Languages on the JVM
Dynamic Languages on the JVM
 
Understanding the Pros and Cons of Java Software Development
Understanding the Pros and Cons of Java Software DevelopmentUnderstanding the Pros and Cons of Java Software Development
Understanding the Pros and Cons of Java Software Development
 
Groovy DSL
Groovy DSLGroovy DSL
Groovy DSL
 
Top 10 Programming Languages 2023.docx
Top 10 Programming Languages 2023.docxTop 10 Programming Languages 2023.docx
Top 10 Programming Languages 2023.docx
 
Scaling applications with go
Scaling applications with goScaling applications with go
Scaling applications with go
 
Groovy Finesse
Groovy FinesseGroovy Finesse
Groovy Finesse
 
Groovy Finesse
Groovy FinesseGroovy Finesse
Groovy Finesse
 
Java Course in Gurgaon: Your Gateway to Mastering Java Programming
Java Course in Gurgaon: Your Gateway to Mastering Java ProgrammingJava Course in Gurgaon: Your Gateway to Mastering Java Programming
Java Course in Gurgaon: Your Gateway to Mastering Java Programming
 
OpenSlava 2013 - Dynamic Languages
OpenSlava 2013 - Dynamic LanguagesOpenSlava 2013 - Dynamic Languages
OpenSlava 2013 - Dynamic Languages
 
Ruby vs Java: Comparing Two Popular Programming Languages For Developing Ente...
Ruby vs Java: Comparing Two Popular Programming Languages For Developing Ente...Ruby vs Java: Comparing Two Popular Programming Languages For Developing Ente...
Ruby vs Java: Comparing Two Popular Programming Languages For Developing Ente...
 
Step by Step Guide on Essay Format in APA For Beginners
Step by Step Guide on Essay Format in APA For BeginnersStep by Step Guide on Essay Format in APA For Beginners
Step by Step Guide on Essay Format in APA For Beginners
 
The top programming languages for mobile app development in 2024
The top programming languages for mobile app development in 2024The top programming languages for mobile app development in 2024
The top programming languages for mobile app development in 2024
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
 
JBoss Forge - Breaking new ground in developer productivity
JBoss Forge - Breaking new ground in developer productivityJBoss Forge - Breaking new ground in developer productivity
JBoss Forge - Breaking new ground in developer productivity
 

Kürzlich hochgeladen

Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 

Kürzlich hochgeladen (20)

HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 

Building domain-specific languages with Groovy