Building Advanced Elixir DSLs with Spark - Josh Price

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • Want to build a DSL but don't want to write and maintain macros? In this session we will examine how useful Domain Specific Languages can be, and how Spark can help you build powerful DSLs in Elixir fast. Spark DSLs are self-documenting, extensible and come with auto-complete and language tooling out of the box. Best of all you don't need to write macros to do it!
    You will learn how DSLs can give your domain experts superpowers, and how you can use them in your applications. You'll be able to know when DSLs are useful and when they are not. Most importantly you'll be able to build powerful DSLs quickly without having to use macros.
    Elixir Australia Feb 2024 Meetup: www.meetup.com/elixir-sydney/...
    Speaker Twitter: / joshprice
  • Věda a technologie

Komentáře • 3

  • @pauloffborba
    @pauloffborba Před měsícem

    Great talk! ❤

  • @joemartinez3218
    @joemartinez3218 Před 5 měsíci +3

    This talk helped me grok these concepts so much better than trying to understand it from reading sources using Spark.

  • @TheALahiri
    @TheALahiri Před 4 měsíci

    Very useful. More people especially decisionmakers need to know about the concept of DSLs and the firepower they can add to an organization's tech stack.