nitc :: NaiveInterpreter :: process_id
# Identifier for this process, unique between running interpreters private fun process_id: Int `{ return getpid(); `}