Jython is a Java implementation of the Python language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is the successor to JPython.
"Traceur Pascal" is a java application that interprets Pascal sourcecodes and follow its execution.
The purpose is to help pascal beginners to understand how a pascal program is executed and to debug source code.