xcode scripting language

Posted by PurplePilot on Stack Overflow See other posts from Stack Overflow or by PurplePilot
Published on 2010-06-07T14:21:08Z Indexed on 2010/06/07 14:22 UTC
Read the original article Hit count: 209

i notice that Java has a number of ancillary scripting languages. Clojure and Groovy for example. My understanding is that these can be used when the full might and power of Java does not need to be applied and a speedy cludge can be hacked in Groovy/Clojure. But at the end of the day the scripting tools contribution gets compiled into the application

Question 1) Is there a similar scripting in x-code? I was not so interested in Python or Ruby in this situation as they are languages in their own right added in, as indeed i think can happen in Java, but i was looking for a purpose built tools.

Question 2) If there is such a tool would it count the application out vis-a-vis the new Apple guidelines as to what can be used to generate iXxx apps?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about groovy