Vibe.ScriptRuntime.Standalone (vibe v0.2.2)

Copy Markdown View Source

Stateful standalone BEAM runtime for Livebook-style script evaluation.

This runtime starts a separate elixir OS process and talks to it with Erlang external terms over a packetized port. The child keeps binding and Macro.Env between evaluations, so aliases/imports/variables and Mix.install/2 state stay out of Vibe's main VM.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.