BrainF#ck
This is a full onboard Palm IDE for the BrainFuck programming language. You can edit, debug and run BrainFuck programs. You can watch the current memory, output and even run the program step by step.
How does it work?
First of all you'll need to learn the wonderful programming language BrainFuck. Have a look at the "Related links" section to find information about that. It took me about 40 seconds to learn the language and about 40 minutes to write my first hello world. Then i spent 3 hours optimizing it ;-)
When you first start the application you enter the edit mode. In the lower part of the screen you have a row of input buttons. These buttons are all you'll need to write a brainfuck program.
When you have entered a program tap the menu button and select execute.
Now you can select to Run the program to the end, to run the program to the Next# breakpoint, to Step through the execution or to Stop the execution.
With the buttons in the top-right corner you can select to look at the Source, Output or the Memory.
Screenshots

Related links
Downloads
- BFEdit.zip - The compiled binary (prc-file).
- BFEdit_src.zip - Source code and projectfile for OnBoardC.
Comment this project:
No messages yet.