Changes between Version 92 and Version 93 of j2p


Ignore:
Timestamp:
07/01/24 09:57:11 (5 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v92 v93  
    44
    55This 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.
     6This is a complex mechanism and still experimental/in development. This documentation is not complete yet. This code is not yet published on the artifactory.
    77
    88Some features:
    9 * "core translator" for translating built-in java functionality and libraries.
     9* "core translator" for translating java and the built-in libraries.
    1010* Handles java method overloading using the @dispatch annotation from [https://pypi.org/project/plum-dispatch/ plum].
    1111* 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.