Hacker News new | ask | show | jobs
by moshezadka 5698 days ago
Nothing against scala, but you can program in Python and get all the goodness of JVM compat by simply running your programs in Jython...
1 comments

Jython is behind current python implementations. If you're comfortable with being compatible up to python 2.5 then go right ahead. But if you need 2.6 or 2.7 compatibility, Jython is sadly not an option.