I'm in need of a flexible framework and would like to try to inject some code in different places of it just to change behavior on the fly.
Since it's a Java project and basically I'm limited to interfaces and playing with the implementations behind those I thought I might give Jython a run and see what that might bring to the table.
I mean, eval() is a powerful function and I could add code as string and have it evaluated, at least in Python and there popped the question since it basically compiles to Java...
What limitations are there for Jython as compared to Python? What can I do in Python that I can't do in Jython?