–
23 septembre 2026
LabVIEW has one vi.lib per machine: every project shares it- while Python, Rust and JS have had per-project environments plus a package manager with manifest and lockfile for years.
There is a piece in LabVIEW that could get us there: LVAddons, a directory LabVIEW overlays onto its own install at launch.
This huddle will showcase a prototype of a package manager with virtual environment support developed in Rust.