Brandon N wrote:
I have found a Python in Ruby, but is there a Ruby in Python or Lua for that matter?
You could check (or implement) some Lisp. It's not what most people see in their mind when they think end-user programming but it's quite simple to implement and you can always do a translating front end to add some syntactic sugar. There were some projects implementing a dialect of Lisp in Python (and vice-versa) you could search for.
-- regards, Jakub Piotr Cłapa