Affiliation:
1. Northeastern University, USA
Abstract
The Racket doctrine tells developers to narrow the gap between the terminology of a problem domain and general programming constructs by creating languages instead of just plain programs. This pearl illustrates this point with the creation of a relatively simple domain-specific language for editing videos. To produce the video proceedings of a conference, for example, video professionals traditionally use "non-linear" GUI editors to manually edit each talk, despite the repetitive nature of the process. As it turns out, video editing naturally splits the work into a declarative phase and an imperative rendering phase at the end. Hence it is natural to create a functional-declarative language for the first phase, which reduces a lot of manual labor. This user-facing DSL utilizes a second, internal DSL to implement the second phase, which is an interface to a general, low-level C library. Finally, we inject type checking into our language via another DSL that supports programming in the language of type formalisms. In short, the development of the video editing language cleanly demonstrates how the Racket doctrine naturally leads to the creation of language hierarchies, analogous to the hierarchies of modules found in conventional functional languages.
Publisher
Association for Computing Machinery (ACM)
Subject
Safety, Risk, Reliability and Quality,Software
Reference44 articles.
1. Laziness without all the hard work
2. Foreign Interface for PLT Scheme;Barzilay Eli;Scheme and Functional Programming,2004
3. Syntactic closures
4. Programming pearls
5. Synchronized Multimedia Integration Language;Bulterman Dick;World Wide Web Consortium (W3C), 3,2008
Cited by
7 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. V2V: Efficiently Synthesizing Video Results for Video Queries;2024 IEEE 40th International Conference on Data Engineering (ICDE);2024-05-13
2. Multi-stage programming with generative and analytical macros;Proceedings of the 20th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences;2021-10-17
3. Macros for domain-specific languages;Proceedings of the ACM on Programming Languages;2020-11-13
4. Adding interactive visual syntax to textual code;Proceedings of the ACM on Programming Languages;2020-11-13
5. Dependent type systems as macros;Proceedings of the ACM on Programming Languages;2020-01