*never heard of "Jython"* *immediately imagine its some kind of Java-Python abomination* *look it up. on front page of jython.org* "Jython is a Java implementation of Python that combines expressive power with clarity" "combines expressive power with clarity"
public class JythonHelloWorld {
public static void main(String[] args) {
try(PythonInterpreter pyInterp = new PythonInterpreter()) {
pyInterp.exec("print('Hello Python World!')");
}
}
Dear.... God....
>\*never heard of "Jython"\*
>\*immediately imagine its some kind of Java-Python abomination\*
>\*look it up. on front page of jython.org\*
>"Jython is a Java implementation of Python that combines expressive power with clarity"
>"**combines expressive power with clarity**"
```
public class JythonHelloWorld {
public static void main(String[] args) {
try(PythonInterpreter pyInterp = new PythonInterpreter()) {
pyInterp.exec("print('Hello Python World!')");
}
}
```
Dear.... God....
I just threw up in my mouth
I just threw up in my mouth
https://pic8.co/sh/3lW3F2.png
https://pic8.co/sh/RjCMSp.png
https://pic8.co/sh/e4I9g1.png
Bwahahahahahaha
Bwahahahahahaha
(post is archived)