Hacker News new | ask | show | jobs
by Grikbdl 278 days ago
Yeah but now try to make your Java library useful to a C#, Go or Python application.
1 comments

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.