PocketC is all you need to create and run applications directly on your Palm OS-based device, no computer required. Create your source code in memo pad or a Doc editor, compile it with PocketC, and run your application directly from the PocketC application
Code68Dis - A Handheld 68k disassembler for the Palm.
You will use this software at your own risk.
Code68Dis is 'tap-aware'.
This means that you may alter the screen contence by (one or more) taps
pdbc (PDB Compiler) is a compiler than converts a source file into a Palm DataBase file (PDB file).
The language the pdbc compiler understands is designed to be easy to understand und write.
Yet it is powerful enough to give the freedom to describe the binary content of the database records in a variety of ways
Palm Foundation Classes - Highlevel C++ Application Framework for PalmOS development.
C++ Builder VCL like deployment aid C++ Builder programmers with PalmOS ready tools.
Programming PalmOS without learning basic knowledge of PalmOS SDK.
Rapid Application Development (RAD)
PalmAVR is the almost complete AVR In-System-Programming solution at the palm of your hand. It allows you to upload, download, verify, and identify ROM contents of any supported Atmel AVR microcontroller with your Palm OS powered handheld computer
PilRC is a Platform Independant program (sources are provided) for developing Palm Computing Platform applications.
It takes a resource script file and emits one or more binary resource files which are then included by your project's .rc, .asm or other resource file.
Let me know if you run into any bugs, have feature suggestions or whatever
Brainf*** is a programming language having only 8 instructions : < > [ ] . , + and - .
Yet, it is Turing complete, ie any program written in another language could be translated in Brainf***.
Brainf*** Studio is a PalmOS implementation of this language, with an editor and a testing console