python-jvm-interpreter icon indicating copy to clipboard operation
python-jvm-interpreter copied to clipboard

Add transpiler

Open kj7rrv opened this issue 5 years ago • 2 comments

Would it be difficult to extend this to transpile JVM bytecode to Python?

kj7rrv avatar Feb 13 '20 02:02 kj7rrv

While it is out of scope for this project, it should not be too difficult to make it output Python code that can run. It might even get performance improvements. But I don't think it will be maintainable or readable at all.

gkbrk avatar Feb 13 '20 08:02 gkbrk

Okay. I didn't really expect readable code.

On Thu, Feb 13, 2020, 00:17 Gokberk Yaltirakli [email protected] wrote:

While it is out of scope for this project, it should not be too difficult to make it output Python code that can run. It might even get performance improvements. But I don't think it will be maintainable or readable at all.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gkbrk/python-jvm-interpreter/issues/4?email_source=notifications&email_token=AN54XP3O4DC57S4UTWPI6KTRCT6YVA5CNFSM4KUI2TXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELT2EUQ#issuecomment-585605714, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN54XP5R5UZXL7TGSR5PUZTRCT6YVANCNFSM4KUI2TXA .

kj7rrv avatar Feb 13 '20 12:02 kj7rrv