|
|
|
|
|
by octopus
4404 days ago
|
|
Agreed, RubyMotion is appealing if you prefer a fast development cycle. I tend to use C++ for most of my programming projects but every time I've used a more "dynamic" language (Python or JavaScript in my case) I was amazed at how fast I can try/drop/improve on an idea and see the code running. The only problem I had with the "dynamic" languages was the speed of the resulting code, RubyMotion seems to be in the sweet spot between a statically typed language and a dynamic (usually interpreted) language. |
|