I was considering Jython as a viable option for supporting Python in AOJ (since it's so much easier to sandbox), so I was trying it out. Turns out its command line utility jython is just a script, so I opened it:
1 #!/usr/bin/perl -w
2 #
3 # Used to start the Jython interpreter.
4 #
.. So it's in perl?


