Explore replacing Python REPLs with Nix for code execution and a WASM sandbox for running generated code over input data in this talk.
Overview
My weekend project was to see if I could replace the python notebook REPL implementation with nix. Turns out it only made sense for the explorer to use predefined nix-shell functions. So that the model could still freely write code I later added a wasm sandbox to run generated code over the input data.