Completed
Conclusion
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Modern DSLs in Groovy
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Who am I
- 3 Why Groovy
- 4 Old looking DSLs
- 5 Groovy abstraction layer
- 6 Gradle
- 7 Other thoughts
- 8 Grace
- 9 Gradle DSL
- 10 Ratpack DSL
- 11 Market Template Engine
- 12 Closures
- 13 Bag
- 14 Collect
- 15 List
- 16 Declaration of delegate type
- 17 Removing ceremony
- 18 Compilation
- 19 Customization
- 20 Typechecking Extensions
- 21 How does it work
- 22 Type inference
- 23 Conclusion