Live data from Hacker News

Ask HN: How Many Programming Languages Can iOS Apps Be Written In?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: How Many Programming Languages Can iOS Apps Be Written In?

#5
Yes. Lua, JavaScript, Ruby (http://www.rubymotion.com), Java, C#, and pretty much any language that can talk to C (that's almost all of them) and embed and disable JIT (harder for some).

It doesn't mean it's easy to write an app though because you need to make a bridge to C and Obj-C. The languages above, people have already done so through varying techniques.