Menu

MMXX - Modules & Metaclasses ++ / News: Recent posts

MMXX Initial Dev't Release

MMXX Initially Released, Contributors Needed

MMXX (the acronym stands for "Modules and Metaclasses ++") is an antidote to C++'s Fragile Base Class Problem. It allows C++ applications to be arbitrarily divided into code modules (executable, shared libraries, plug-ins) with single-class granularity, which MMXX will link together at runtime. The cross-module interfaces can then be substantially revised without having to recompile all modules that depend on them (which is not the case with traditional C++ linking.)... read more

Posted by Luca Raggi 2000-04-21