super newb question - does anyone have a blog post...
# dsl
s
super newb question - does anyone have a blog post or two that collects like DSL best practices? I recently tried my hand at making a simple config-like language for a toy link shortener and am not sure if I put certain things in the right place
s
The Next Level DSLs talk from @asarazan last year is a great place to start!
💯 2

https://www.youtube.com/watch?v=Rvx_BfG3NDo

s
thank you much
👍 1
m
I highly suggest also this talk on DSLs from Venkat:

https://www.youtube.com/watch?v=JzTeAM8N1-o&t=1911s

and this piece in my opinion shows a really good use case for creating DSLs in Kotlin: https://kotlinexpertise.com/create-dsl-with-kotlin/