Hi Corona guys,
I wasn’t sure whether to write this post or not, but I feel it’s better to let you know how your product came across to me so you can perhaps improve it. I would like to see Corona be successful, but I have some serious issues with your current 2.0 offering.
As a bit of background, I was at 360|iDev and saw a bit of your demo. I was also in the front of the room during the Birds of a Feather session where we discussed the implications of the developer agreement changes for Corona. You all seemed like very smart guys, and I decided I would check out Corona for my next project.
I am a big Lua fan and have been using iPhone Wax a lot lately. So when I learned that Corona used Lua and had a debugger, I decided that a bunch of smart guys like you, plus Lua, plus a debugger sounded like a great combination. I took a quick look at your website and decided to just buy the license to support you and then check out the details later.
Now I realize that many of my first impressions were based on assumptions I made about your product, but you tout it as an amazing product with huge productivity gains for developers, so I assumed that whatever you provided was a better development experience than XCode.
Unfortunately, my first impressions were not very good. I will explain them below in point form.
-
After the installation what I found was a folder of command line programs. I was looking for an IDE or project/GUI editor of some sort. Your website doesn’t mention either of these, but I assumed that for your experience to be better than XCode, you MUST provide something like that (especially since all the other 3rd party development kits that I am aware of do so).
-
I ran your simulator and got the Samurai Kitchen app running. That was not hard, but then I immediately wanted to try it in the debugger. I started the debugger and ran Samurai Kitchen again. I was truly shocked to find out that this is a command line debugger. Yes, I know you explicitly wrote that on your web page, but seriously, this is 2010. “Command line debugger” is not something that should even be in your vocabulary.
-
Then I investigated how to run the app on my device. Your docs say I have to do an Ad Hoc build and install it by dragging and dropping it in iTunes every time I make a change to my code. How can you say that this is a more efficient development environment? Furthermore, there is no console available when you do that to allow debugging.
Another developer has since pointed out that I can install using the XCode Organizer to get a console. I haven’t tried that yet, but I don’t understand why you would not mention that instead of XCode in your docs. But even that is a painful process to go through every time I make a change to the code. As I mentioned in the Feature Requests thread, it would be great if you could have a placeholder app on the phone that read and executed Lua code directly from my computer instead of compiling it and downloading it every time.
-
Corona compiles the Lua code to native code, and provide no ability to load and run a Lua file. The provisions of the developer agreement notwithstanding, this is a HUGE loss for me. The dynamic nature of Lua and being able to make changes easily without recompiling is one of the biggest advantages of the language. Even if this feature was only available for development, and you had to compile the final version, this would make a big difference.
-
Your compilation model also prevents using the other big advantage of Lua, which is calling into C/C++ code (or even Objective C in the case of iPhone Wax). With your system, I have to wait until you guys get around to implementing the latest iOS features before I can use them. I believe this is what Steve was afraid of with intermediate development tools moreso than being worried about scripting. Using iPhone Wax, I can call any Objective C API, even ones created by me.
So that’s about it so far. I will still give Corona a chance, and perhaps I will warm to it somewhat, but fixing the above issues would go a long way to improving user’s first impressions of your system. I am hoping that even the ancient command line debugger might sometimes be useful until you get a real debugger in place.
Thanks for your time.
Ken [import]uid: 7075 topic_id: 1253 reply_id: 301253[/import]
… maybe I like it because of this!