Y
Hacker News
new
|
ask
|
show
|
jobs
by
turingbike
2467 days ago
I think the reason the parent mentions GraalVM instead of Jython is that Jython can't use C libs like numpy. But GraalVM lets you compile JVM to a native binary, so maybe there is some way to use Cython in JVM.
1 comments
zgramana
2464 days ago
JyNI* was created to bridge Jython to Numpy. I don’t have any personal experience with it, but one need not wait for a GraalVM solution.
*
https://www.jyni.org/
link
* https://www.jyni.org/