Difference between revisions of "WG211/M8Brady"

From WG 2.11
Jump to: navigation, search
(Created page with "Category:WG211 =Implementing Domain Specific Languages using Dependent Types and Partial Evaluation= ==Ed Brady== In this talk, I will describe the efficient implementatio...")
 
m (1 revision)
 
(No difference)

Latest revision as of 11:06, 12 December 2011


Implementing Domain Specific Languages using Dependent Types and Partial Evaluation

Ed Brady

In this talk, I will describe the efficient implementation of domain specific languages (DSLs) in Idris, a dependently typed functional
programming language. I will show how Idris can be used to implement a verified network transport protocol, as a DSL. I will present experimental evidence that partial evaluation of such programs yields efficient residual programs whose performance is competitive with their Java and C equivalents and which are also, through the use of dependent types, verifiably type- and resource-safe.