I've posted a couple of articles showing how this Agile / Test-Driven
Development guy builds a little code in iLuaBox to learn the language
and system.
http://xprogramming.com/articles/bowling-of-course-trying-ilua-for-ipad/
http://xprogramming.com/articles/lua-bowling-now-a-frame/
I'm noticing that the awkwardness of iPad typing, and the lack of
things like replace in the editor, are causing me to take more risks
with the code than I would if editing were easier. No real suggestions
on that yet, just observing.
Thanks, it's fun!
> Very nice articles Ron!
> Perhaps once our forums go live we could share your example code with others?
Certainly ... and I hope some experts will guide me as well. :)
Ron Jeffries
www.XProgramming.com
Sometimes you just have to stop holding on with both hands, both
feet, and your tail, to get someplace better. Of course you might
plummet to the earth and die, but probably not:
You were made for this.
I agree that a number of things are still quite awkward on the iPad.
Although I've gotten used to the glass keyboard, it's unfortunate that
Apple has neither provided arrow keys nor any practical way to
customize the keyboard. But for me the real throughput busting
"feature" is the finger gymnastics necessary to select, cut and paste
text. Aside from the impractical level of manual dexterity required
for those operations, Apple's cursor manipulation methods inherently
slow down the editing process, because there are time delays built
into those operations, which can't be removed. Just to place a text
cursor in a different location takes a minimum of about 1 second.
That's a thousand milliseconds, folks, and it feels like even more
when you're trying to get something accomplised quickly.
On the plus side, you can pair an Apple Wireless Keyboard with the
iPad, which greatly speeds up text entry and even provides the missing
arrow keys.
Ralph
Thanks for idea on wireless kbd. When I'm not trying to work
horizontally (knee replacement) it is MUCH better. With TextTastic, do
you copy and paste back and forth into iLua, or what? I don't know how
it works.
thanks,
Ron