The art of meta programming


Details
In this meetup session we are exploring the art of meta programming. Based on handmade meta code we are generating a Java Spring Boot with Angular application. By changing the meta code we alter the generated Java Spring Boot and Angular code.
What is meta programming?
Meta programming is about creating an abstraction and model of the program you are trying to realize. With meta programming you are creating meta code.
https://www.metafactory.nl/wp-content/uploads/2016/11/Code-generator.jpg
Meta code for the code generator MetaFactory consists of two basic elements:
• an enriched model of your program. In this meetup this is a model of our bookstore demo application;
• a set of code instructions. In this meetup the code instructions create a Java Spring Boot and AngularJS application.
https://www.metafactory.nl/wp-content/uploads/2016/12/model-and-code-instructions.jpg
The meetup
We will start on Thursday 14 March 2017 at 6 PM at the MetaFactory office: Zekeringstraat 19 B, 1014 BM Amsterdam. Food and drinks are available.


The art of meta programming