jython / jython3

A sandboxed attempt at v3 (not maintained)
Other
299 stars 59 forks source link

This can support python3.5 third-party libraries? For example: numpy, if so, how to use #35

Closed ganhb closed 3 years ago

ganhb commented 6 years ago

As the title shows

Stewori commented 6 years ago

NumPy uses C-extensions which are traditionally not supported by Jython. That said, NumPy is workable on Jython to some extend using JyNI, however there is no JyNI 3 yet. Development of JyNI 3 will not start before Jython 3 itself reaches at least beta state.