parinfer

eraserhd 2019-03-08T14:47:38.047500Z

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.

eraserhd 2019-03-08T14:48:35.048400Z

parinfer-rust can mostly do this, but it's ugly, because of the WebAssembly target.

eraserhd 2019-03-08T14:49:15.049400Z

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.

2019-03-10T22:57:51.050Z

you directed that at me, but maybe you meant it for chris? I have no maintenance efforts atm 🙂