You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: links.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Links
4
4
## Jython related projects
5
5
6
6
### [JyNI](https://jyni.org/)
7
-
Aims to CPython extension support to Jython. To allow extensions such as [NumPy](http://www.numpy.org/) or [SciPy](https://www.scipy.org/) to be used in Jython.
7
+
Aims to enable Jython to use native CPython extensions such as [NumPy](http://www.numpy.org/) or [SciPy](https://www.scipy.org/).
8
8
9
9
### [The Very Slow Jython Project](https://github.com/jeff5/very-slow-jython)
10
10
The aim of the Very Slow Jython project is to re-think implementation choices in the Jython core, through the gradual, narrated evolution of a toy implementation, starting from zero code.
0 commit comments