Kotlin DSL in under an hour by Anton Arhipov

Поділитися
Вставка
  • Опубліковано 26 вер 2024
  • For more info on the next Devoxx UK event 👉 www.devoxx.co.uk
    Kotlin provides a number of features that make it easy to create your own internal DSL. There are a lot of examples already where Kotlin DSL is applied (for instance, Gradle and Spring WebFlux). In this session, you will learn how to create type-safe DSLs in Kotlin. We’ll look at a few practical examples and create a simple DSL ourselves.

КОМЕНТАРІ • 6

  • @emmanuelenya
    @emmanuelenya 5 місяців тому +1

    The session was very insighful, thank you.

  • @jamilsonjunior284
    @jamilsonjunior284 7 місяців тому +1

    I very much recommend this session! Great work!

  • @ahmedolawale3871
    @ahmedolawale3871 9 місяців тому +1

    Brilliant session. Thanks

  • @xyvadimxy
    @xyvadimxy Рік тому +1

    Really nice talk.

  • @ybjeon01
    @ybjeon01 7 місяців тому +4

    Without knowing the Kotlin and Groovy languages, I wasn't quite sure what it meant when I read that Gradle uses Groovy DSL and Kotlin DSL. Even more, I found it extremely challenging to understand how Gradle build scripts worked, and I even doubted if they were using just the syntax of the computer languages. This video has clearly explained how DSL works.Thank you.

    • @AntonArhipov
      @AntonArhipov 7 місяців тому

      Thank you very much for the feedback!