Expert Overview
Things I'm Doing
Talks I've Given
Check out Daniel's website here.
 
Talks I've Given
-
Holophrase: Baby’s First DSL - Cont'd
Featuring Daniel Porter
Using a toy language for declarative infrastructure, this talk will explore functional programming techniques for writing domain specific languages.
functional-programming dsl scala -
Holophrase: Baby’s First DSL
Featuring Daniel Porter
Using a toy language for declarative infrastructure, this talk will explore functional programming techniques for writing domain specific languages. The talk will start with a single function and demonstrate how to use ADTs to write an embedded DSL and interpreter. You will then discover parser...
functional-programming adts dsl