There's also Whalesong, which compiles Racket to JS, which could potentially be useful for either platform: http://www.hashcollision.org/whalesong/index.html
By 'port to Android' do you mean running the Racket VM on the Dalvik VM? It is hard for me to see how that would be more productive than Clojure.
- LuaBox Pro https://itunes.apple.com/au/app/iluabox-pro/id437557082?mt=8
- Lisping https://itunes.apple.com/au/app/lisping/id512138518?mt=8
- Ruby for iOS https://itunes.apple.com/au/app/ruby-for-ios/id535080197?mt=...
The sticking point is that they can't download substantial new functionality. So you can't make it easy to import scripts from elsewhere to be run as is they were native apps.
This is probably to avoid 'trojan horse' apps which appear to be a REPL but are really meant to be bit torrent clients or bitcoin wallets or ... anything else Apple wouldn't let in the front door.
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.