Skip to main content

The Extract-Analyze-SYnthesize (EASY) paradigm

rascal-0.34.0

Synopsis

Rascal excels in supporting the Extract-Analyze-SYnthesize (EASY) paradigm.

Description

easy workflow

Many meta-programming problems follow a fixed pattern. Starting with some input system (a black box that we usually call system-of-interest), first relevant information is extracted from it and stored in an internal representation. This internal representation is then analyzed and used to synthesize results. If the synthesis indicates this, these steps can be repeated over and over again. These steps are shown in the figure. This is an abstract view on solving meta-programming problems, but is rather common.

Rascal has been designed to fully support problem solving that fits the EASY paradigm. We will discuss the following use cases represented by different personas: