I’ve heard both MacRuby and Ruby CocoaBridge discussed in relation to iPhone/iPad development in Ruby. Do I need one or both of these?
I’ve heard both MacRuby and Ruby CocoaBridge discussed in relation to iPhone/iPad development in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Neither of those will work. The only way is with Rhodes. CocoaBridge is sometimes used for testing, but can’t run on an iPhone. MacRuby might be able to work one day if they add garbage collection to the iPhone OS, but it doesn’t now.
Also, consider iPhone Wax, which uses Lua, a fairly ruby-like language.