Authors: Mauricio Verano Merino, Jurgen Vinju, and Tijs van der Storm

Venue: Domain-Specific Language Design and Implementation workshop, DSLDI’17

DOI

Abstract

Interactive notebooks, such as provided by the Jupyter platform, are gaining traction in scienti c computing, data science, and machine learning. Developing a Jupyter kernel machinery for a new language, however, requires considerable e ort. In this extended abstract, we present Bacatá, a language-parametric bridge between Jupyter and the Rascal language workbench [3]. Reusing existing language components, such as a parsers, interpreters, Read-Eval-Print Loop (REPLs) and autocomplete, Bacatá generates a Jupyter kernel machinery so that the DSL can be used in notebook form. We sketch the architecture of Bacatá and demonstrate it in action using a DSL for image processing, called Amalga.