Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Suppose I want to create an application to work on Iphone, android, windows and mac, is there a language that is platform independent which i can use ? The idea is to do less coding and use the same project across the platform.

share|improve this question

closed as not constructive by Frédéric Hamidi, Wooble, Nate, Neolisk, Matt Fenwick Feb 19 at 15:45

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

Try using javascript and creating some sort of a web app.

share|improve this answer

Titanium Appcelerator is very popular for this. You can get up and running on multiple devices quite quickly, especially if your app does not use device specific APIs.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.