Domain-Specific Languages and Code Synthesis Using Haskell.

The article discusses domain-specific languages and code synthesis using Haskell, which is said to be the premier pure functional programming language. Topics discussed include types in Haskell like those in other languages as constraining summaries of structural values, the influence of an embedded...

Full description

Bibliographic Details
Published in:Communications of the ACM Vol. 57; no. 6; pp. 42 - 50
Main Author: GILL, ANDY
Format: Article
Published: Association for Computing Machinery Jun2014
Subjects:
Online Access:View this record in EBSCOhost
Description
Summary:The article discusses domain-specific languages and code synthesis using Haskell, which is said to be the premier pure functional programming language. Topics discussed include types in Haskell like those in other languages as constraining summaries of structural values, the influence of an embedded domain specific language (EDSL) on the cost of developing and maintaining a domain specific language when the facilities and tools of the host language are reused, and the additional functionality of the QuickCheck EDSL.