Y
Hacker News
new
|
ask
|
show
|
jobs
by
necovek
228 days ago
There have for a long time been IronPython (CLR) and and Jython (JVM).
But, they don't have the full compatibility with CPython, so nobody really picks them up.
1 comments
CamouflagedKiwi
228 days ago
Jython seems to be effectively dead though - it only has 2.7 compatibility.
link
necovek
228 days ago
You are right: GraalPy (
https://www.graalvm.org/python/
) is where it's at these days.
link