Home
Introduction
Using Holon
Holon Tools
Contact
Introduction
Holon
Forth
Forth&C
|
|
Introducing Holon
Holon is an interactive integrated programming tool based on Forth.
- Holon combines all parts of a development tool -- browser, editor, assembler, compiler, linker, debugger and interpreter -- in one integrated optimized program. There is nothing to set up among the parts, you can start to develop immediately.
- The user interface of Holon provides a permanent view into your program. All development occurs in the browser: design, edit, compile, test, debug and change incrementally.
- Holon presents the source code as a hierarchical structure of modules, groups and words. Words are the actual program elements. You enjoy an ordered presentation as well as direct access to every word.
- Holon works interactively on a separate target. Create, test, debug and change the code online in the target system.
- If you add or change a program word in Holon, the executable code is instantly updated in the target. You can change a running program.
- See Holon for a description of the new development method.
- See Features for a detailed list of the properties of Holon.
- See Using Holon for a demonstration of Holon in action.
- See Products for the available Holon versions.
|