Jupyter is a system (client ↔ server ↔ kernel) for interactive computing made popular by Python, now seeing use by many languages including several languages including LLVM-based ones like C++. Especially because of the comptime facility in Zig, I was curious what if any possibility to have such a kernel exists? E.g. if hte compiler or language server exposes an API for code evaluation, then it would be straightforward to target; alternatively, one could use the same approach as in the Cling kernel for C++.
(I should go read Zig’s source code of course but curious if it’s interesting to others as well).