Python
NetKernel provides an operating environment for Python which is very similar to the
native Unix home from which it originates. However, since NetKernel has abstracted
and extended many of the core ideas of Unix, such as the path and execution context, Python-on-NetKernel
also acquires these enhancements.
Python scripts inherit NetKernel's modular address space execution-context. Python scripts are resources which can be
located in any NetKernel module and which use NetKernel as the resource loader when importing classes or Python-modules
into scripts.
Python scripts on NetKernel are dynamically compiled to JVM bytecode with corresponding JIT optimization
and garbage collection. A detailed Python reference
is provided.