> My understanding is that Apple prohibits programming languages in the App store.
This is not entirely true, as long as your language is compiled there is no problem (see RubyMotion which is a compiler for Ruby for iOS). Even interpreted languages like Lua and JavaScript are allowed.
I think JIT languages are not allowed.