1 / 4

DSLs: The Good, the Bad, and the Ugly

DSLs: The Good, the Bad, and the Ugly . Kathleen Fisher AT&T L a bs Research. Background. Data Warehouse. Hancock DSL for constructing customer „signatures” from transaction streams. Facilitated efficient, high-level programs. Used in production for > 8 years

aldis
Télécharger la présentation

DSLs: The Good, the Bad, and the Ugly

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DSLs: The Good, the Bad, and the Ugly Kathleen Fisher AT&T Labs Research

  2. Background Data Warehouse • Hancock • DSL for constructing customer „signatures” from transaction streams. • Facilitated efficient, high-level programs. • Used in production for > 8 years • PADS • Declarative DSL for describing ad hoc data. • Generate in-memory representation, parser, printer, XML conversion tools, statistical analyses... • Used at AT&T to vet and load data into databases. Transaction Data Hancock Signature Database 207.136.97.49 - - [15/Oct/2006:18:46:51 -0700] "GET /turkey/amnty1.gif HTTP/1.0" 200 3013

  3. The Good • Targeted abstractions mean DSL programs express important information & hide details. • “You can really see what we’re talking about” • Programs are shorter: easier to audit, maintain. • PADS descriptions serve as living documentation. • From declarative specifications, we can generate multiple artifacts: • parser, printer, XML translation, statistical analyses,... • Compiler can ensure properties of programs: • Parser will return meta-data that describes errors.

  4. The Bad and The Ugly • Challenge of routine features • Include in DSL: replicate a lot of effort! • Borrow from ‘host’ language: have to process host language code. • Lack of tools • DSLs often lack debuggers, profilers, IDE support, etc., because building them is labor intensive. • Reluctant customers • Learning new languages is hard!

More Related