MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class … More...
Topics | |
MkObjectC_Class_PY_API | |
MkObjectC - define the class … | |
MkObjectC_TOR_PY_API | |
MkObjectC - create and destroy a managed-object … | |
MkObjectC_Obj_PY_API | |
MkObjectC - managed-object details | |
MkObjectC_Misc_PY_API | |
MkObjectC - various functions related to the MkObjectS … | |
MkObjectC_Log_PY_API | |
MkObjectC - log information to MkLogFileC (default: stderr) … | |
MkObjectC_Dbg_PY_API | |
MkObjectC - log a debugging-message to the MkLogFileC (default: stderr) … | |
MkObjectC_Sys_PY_API | |
MkObjectC - L)anguage A)bstraction L)ayer definition … | |
MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class …
pymkkernel is also called as Programming-Language-Micro-Kernel (PLMK). pymkkernel is like a programming-language without syntax but using the Target-Programming-Language (in our case Python) of the Micro-Kernel as runtime environment.
This integration is done using the managed-object-technology.
The managed object supports low level integration features descripted in MkObjectS :
In the implementation-layer of pymkkernel only the public-features of the MkObjectC are visible to the programmer.