PtcRunner (PtcRunner v0.14.0)

Copy Markdown View Source

BEAM-native runtime for bounded PTC-Lisp workflows.

Host applications compile immutable Lisp bundles, assemble explicit workflow and mission environments, and execute entry programs through PtcRunner.Kernel.

Core Components

ComponentPurpose
PtcRunner.KernelBounded workflow owner and public execution boundary
PtcRunner.LispPTC-Lisp interpreter
PtcRunner.SandboxIsolated execution with timeout/memory limits
PtcRunner.Kernel.RunBuilderManifest-backed environment assembly
PtcRunner.Kernel.ReplSessionStateful bounded evaluator continuation

Guides