Java to Python Converter
version 20240403b
This was motivated when I couldn't find a satisfactory Java to Jython
converter online, so I found a Java AST and wrote a Jython-generating
code using it.
This uses javaparser, found at https://github.com/javaparser/javaparser
and using a jar file from Maven Central.
Convert Java to Python
Convert Java to Javascript
Convert Java to IDL (not done!)
There are other codes which do the same thing, but not on-line, which
are useful references, and should be considered as well:
I'd still like for the editor to have syntax highliting. See
https://css-tricks.com/creating-an-editable-textarea-that-supports-syntax-highlighted-code/
for how this might be done.