top | item 45202444

(no title)

Grikbdl | 5 months ago

Yeah but now try to make your Java library useful to a C#, Go or Python application.

discuss

order

PaulHoule|5 months ago

In the case of Python I think you could produce something like Jython that runs inside the Java runtime and lines up

https://openjdk.org/jeps/454

with the Python FFA so you could run things like numpy inside of it. Would be transformative for my side projects.