Concepts
ForeverVM provides an API for running arbitrary, stateful Python code securely.
The core concepts in ForeverVM are machines and instructions.
Machines represent a stateful Python process. You interact with a machine by running instructions (Python statements and expressions) on it, and receiving the results. A machine processes one instruction at a time.