Remix.run Logo
nusl 17 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.

adsharma 15 hours ago | parent [-]

Where is it? Would love to compare the approach to py2many.

intalentive 13 hours ago | parent [-]

https://github.com/spylang/spy

adsharma 6 hours ago | parent [-]

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.