Hacker News new | ask | show | jobs
by mgkimsal 2939 days ago
> I'm a Java+Python fan boy in all their incarnations.

Yet not mention of jython :)

1 comments

Fan of Jython (though I have a few gripes) excited for graalpython.

If you can get really really good interop you can throw away half of Spring, Guice, dependency injection, etc.

You can use python code as your configuration format. Have it set everything up. Glue all of your Java pieces together for your service. Runtime is and critical paths are all Java.

That's the dream anyhow.