The LibMkKernel API … More...
Topics | |
MkKernel_TCL_API | |
MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PLMK) … | |
MkRuntimeC_TCL_API | |
MkRuntimeC - The class known as mkrt or runtime is the main tclmkkernel application environment … | |
MkObjectC_TCL_API | |
MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class … | |
MkBufferC_TCL_API | |
MkBufferC - the abstract class known as buf or buffer is used to create and manage dynamic, generic, mixed typed data. … | |
MkBufferStreamC_TCL_API | |
MkBufferStreamC - the abstract class known as bus or stream is a subclass of MkBufferC and is used for package-based-io … | |
MkBufferListC_TCL_API | |
MkBufferListC - the class known as bfl or buffer-list is used to create and manage a list of MkBufferC … | |
MkLogFileC_TCL_API | |
MkLogFileC - the class known as lfl or log-file is used to control the target of the logging-output … | |
MkErrorC_TCL_API | |
MkErrorC - the class known as err or error is used to create and manage an error message … | |
MkExceptionC_TCL_API | |
MkExceptionC - The default-exception of the Programming-Language-Micro-Kernel (PLMK) … | |
The LibMkKernel API …
This structure is clearly defined by separating concerns into three distinct programming layers: