Machinetalk explained Part 5: Code Generation

10 minutes read
This blog post is part 5 of the Machinetalk explained series describing the concepts and ideas behind the Machinetalk middleware. In this section, I describe the part of Machinetalk which probably needs most explanation. What I'm talking about is Machinetalk GSL - language bindings for Machinetalk using code generation. But before we delve deep into code generation and meta-programming I ...

Machinetalk explained Part 2: Middleware Requirements

6 minutes read
This blog post is a continuation of my Machinetalk explained series describing the concepts and ideas behind the Machinetalk middleware. This part is about the requirements of the Machinetalk middleware and their fulfillment through the used technologies. To understand the concepts outlined in this article I recommend you first to read Part 1: Introduction before continuing reading this article. If ...