Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's probably 10 to 1 preference of Python over Java for data engineers. At least 5 to 1.


Noted. We will definitely consider adding support for python. Thanks for the suggestion.


You might consider checking Jython out as an option. It's JSR-223 compliant and trivial to drop into a Java app and just expose Java objects to the Python scripts to be used as is. I've had a pretty great experience with it.

The only downside is it's stuck on supporting Python2.x so you may end up wanting to properly integrate CPython eventually. Since you're targeting running Python code that doesn't exist yet and the language differences aren't huge though, I doubt most users would mind (I wouldn't). Just an idea to consider, esp for an MVP

(One /upside/ is Jython is a Python2 interpreter fully written in Java, so the concurrency and performance may be better than CPython2 with its GIL)


Just checked it out. Looks interesting. Thanks


I would disagree with this. Most Python developers I know can do Java. Not a big deal.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: