how to create palm apps?

Mike Meyer mwm at mired.org
Mon Mar 31 12:49:23 EST 2003


"Chris Somerlot" <cdsomerl at nospam@murray-ky.net> writes:

> Being relatively new to Python, I was wondering what the best means of
> creating apps for Palm OS would be? I've checked out the python port to palm
> (pippy), but what I really want is to create stand alone apps. The only
> thing I can see to do is convert the python code to C and then use the GNU
> PRC-tools? Will this work? Any advice for a simpler method?

Convert the Python code to scheme and use LispMe?

Pippy isn't really suitable for writing stand-alone applications. So
you're stuck having to change languages. What you should really do is
check out something like <URL:
http://goanna.cs.rmit.edu.au/~winikoff/palm/dev.html > and choose the
development language that looks best to you.

The real problem with Palm development is that the GUI is unique to
Palm, so you can't develop/debug on your desktop. That's making me
consider a Linux PDA.

        <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.




More information about the Python-list mailing list