Remix.run Logo
Grikbdl 2 days ago

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

PaulHoule 2 days ago | parent [-]

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.