Changes between Version 92 and Version 93 of j2p
- Timestamp:
- 07/01/24 09:57:11 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v92 v93 4 4 5 5 This tool can translate java programs into python programs. 6 This is a complex mechanism and still experimental/in development. This documentation is very incomplete. This code is not yet published on the artifactory.6 This is a complex mechanism and still experimental/in development. This documentation is not complete yet. This code is not yet published on the artifactory. 7 7 8 8 Some features: 9 * "core translator" for translating built-in java functionality andlibraries.9 * "core translator" for translating java and the built-in libraries. 10 10 * Handles java method overloading using the @dispatch annotation from [https://pypi.org/project/plum-dispatch/ plum]. 11 11 * Minimalistic code generation: if your java code does not use external libraries, no additional libraries are needed to run generated python code, except maybe the plum library if you use java method overloading.