M
Mark Hahn
Ben said:Could it not be done in a similar manner to LunaticPython
(https://moin.conectiva.com.br/LunaticPython), only slightly more
integrated, so that method calls on prothon objects are simply
forwarded to the equivalent python calls? It should be possible to
write a forwarding proxy, I was just wondering about the import hooks
part, so that if a .py file is found instead of a .pr, the proxying
can be invoked.
Anyway, its not that important. Just a suggestion I had.
Something like that could be done. You would end up with both interpreters
running side by side. I'm not exactly sure what that would buy you.