Expand description
Modules§
Constants§
- BUILTIN_
FUNCTIONS - List of built-in functions. List of built-in functions.
- INIT_
STACK_ SIZE - Initial thread stack size.
Statics§
- FALSE_
SYMBOL - Literal value corresponding to the boolean false in Atom. Literal value corresponding to the boolean false in Atom.
- MODULE_
NAME_ ENV - Module name in environment as key’s literal value. Module name in environment as key’s literal value.
- MODULE_
PATH_ ENV - Imported module path list in environment as key’s literal value. Imported module path list in environment as key’s literal value.
- TRUE_
SYMBOL - Literal value corresponding to the boolean true in Atom. Literal value corresponding to the boolean true in Atom.
Functions§
- expand_
tilde - Expand the tilde at the start of a path.
- init_
environment - Initial Environment in KSL
- is_
number_ eq - Check if two numbers are equal.
Type Aliases§
- Dict
- Dict type in KSL
- Environment
- Environment type in KSL