Catégorie: Components
Work on midtalk's compiler
November 9th, 2006The recent work on midtalk's compiler, which handles IDL parsing and C++ generation, has became quite successful.
midtalk is now able to handle "real-life" IDL files, such as this one, which is describing DynamicModule, the basis for an implementation… more »
Midtalk II : Plugins
May 25th, 2006A modular design is a method of conceiving applications which consists in splitting them in relatively small modules, in order to be able to develop, test and debug them individually, which is easier than doing it for the whole application. It is strongl… more »
Midtalk I : Childhood
May 22nd, 2006In these posts I will try to explain the various reasons which lead me to develop a new component system like midtalk, from my personal experience, and also the problems the GNOME platform faces today.
About seven years ago, I started to learn program… more »