NomScript
NomScript is a general-purpose scripting language designed for automation, configuration, and embedded tasks within NomOS and related platforms. It aims for readability, safety, and portability by providing a small, well-defined core language complemented by a comprehensive standard library and a lightweight runtime.
Developed by NomTech, NomScript first appeared in 2018 with a focus on embeddability and cross-platform execution.
NomScript uses an indentation-based syntax similar to Python and supports both dynamic features and optional static
Code executes on the NomVM, a portable bytecode engine with a lightweight JIT compiler for performance-critical
NomScript is used in automation, configuration management, data processing, and educational settings. It has an active