Changes between Version 67 and Version 68 of j2p


Ignore:
Timestamp:
05/15/24 10:25:26 (6 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v67 v68  
    88Some features:
    99* "core translator" for translating built-in java functionality and libraries.
    10 * Handles java method overloading using the @dispatch annotation from multipledispatch.
    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 multipledispatch library if you use java method overloading.
     10* Handles java method overloading using the @dispatch annotation from [https://pypi.org/project/plum-dispatch/ plum].
     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.
    1212* both single-file as multi-file projects
    1313* translates calls to external libraries