Overview of .NET Interactive
main.NET Interactive is an engine and API designed for interactive code execution and editing. It enables:
- Running code and retrieving results.
- Providing language services like completions and diagnostics.
- Sharing data and variables across multiple languages and remote machines.
While commonly used with notebook technologies (like Jupyter), it can also serve as an execution engine for REPLs or embedded script engines.