Does such thing exist?  If not, somebody should write it.
 

Also, it would be nice to implement Pascal for Palm (real Pascal
compilier, not pascal2c or sometihng.)  While classic Pascal
is not strong enough for big programs (albeight Delphi Pascal is),
it should be an excellent language for small Palm applications.
And restricted types would simplify the debugging dramatically.


I would also like to see the gcc compilier extension which allows
to store variables in databases transparently, i.e.

void f() {
    databased unsigned long A[10000];
    // some code here
}

Here, A is stored in a temporary database, and any references to it are
translated to reads/writes from the database.

__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to