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

Concepts

In this chapter we’ll dive deeper into what entities exist in Irnix and what roles they play.

Here is a brief description of each:

  • namespace – a directory from which object and method names are derived.
  • object – a collection of methods and contracts.
  • method – an executable file whose name is the method’s name, and whose contents contain the execution instructions (for example a script in Python, Bash, Ruby, or a plain binary).