Directives

Use MINERVA directives to structure and modularize your system.

The MINERVA package mechanism allows the compiler to find errors like missing program parts at compile time, thus increases system reliability and development speed.

Also, the very same mechanism is used to load MINERVA packages 'on demand' from the file system or over the internet, thus reducing object size and network traffic at run time.


builtin
dynamic
external
include
op
package
import
init
initialization
ensure_loaded
double_quotes

Darueber read on...