Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

What Is Irnix

Irnix was inspired by the Object‑Oriented Programming paradigm, therefore it can be described as a system for organizing objects, which turns the file system into objects with methods and contracts.
This allows scripts to be organized, method calls to be validated, a single call point to exist, and object implementations to be easily swapped.

Irnix helps create a strict structure through contract‑checking mechanisms (method signatures), thereby ensuring correct method invocation on objects and helping avoid erroneous behavior in the pipeline.