Comment by nusl
14 hours ago
There is a compiler detailed in the page on the link;
> 3. We have a compiler for deployment and performance. The interpreter and the compiler are guaranteed to produce the exact same results at runtime.
14 hours ago
There is a compiler detailed in the page on the link;
> 3. We have a compiler for deployment and performance. The interpreter and the compiler are guaranteed to produce the exact same results at runtime.
Where is it? Would love to compare the approach to py2many.
https://github.com/spylang/spy
Py2many would fail to compile dynamic code whereas spy runs it through the interpreter.
Otherwise the internal structure looks similar. Py2many has been around for 10+ years under previous names and has significant test coverage.