Rewriting Jython

from blog the website of jyn, | ↗ original
Intro Have you heard of Jython? It's a variant of Python written in Java instead of C; it lets you use native Java classes in python code. The most common use case is integration with large existing Java codebases: You can reuse Java code and still get the readability and conciseness of python. I was thinking about types in Python, particularly...