Extensible DSLs with Tagless Final

DSLs are extremely powerful - well used, they let developers outsource their work to non-technical domain experts, while still pretending they’re working.

Unfortunately, they’re easy to get wrong. This talk means to show the most common pitfalls, and how to avoid them.