Hacker News new | ask | show | jobs
by bb88 1593 days ago
I did something similar with java and jython many years ago.

It was rather nice to write java unit tests with python, because they didn't need to be compiled, they just ran in the interpreter.