I've had a lot of thoughts about how to get everybody on one codebase, but no real answers. Building the core logic on some kind of simply-interpreted VM, for example, sounds nice in theory, but I can't come up with a sketch of a simple VM that can run it, even though it doesn't need any I/O operations.
parinfer-rust can mostly do this, but it's ugly, because of the WebAssembly target.
Anyway, I'm saying this now because, @drewverlee, I'm willing to devote brain time and coding time to solving this problem if it would help in your maintenance efforts.
you directed that at me, but maybe you meant it for chris? I have no maintenance efforts atm 🙂