Home
 Introduction
 Using Holon
 Holon Tools
 Contact


 Using Holon

 User interface
    browser 
    macro view
    direct access
    online
    programming
    the program

 Editing
    module
    groups
    words
    hypertext 
    move items 

 Loading
    init code
    load all
    load used
    lean code
    code window

 Testing
    words
    program
    terminal
    interpreter
    changes  
    debugging
    debug code

 EPROM
    cold start
    cold test
    code image

   Lean Code

the result of selective loading (8779 Byte)

Selective loading produces lean code; all muscles, no fat. This view shows the stack words that are actually loaded and used by the example program. -- Next

  • The target code contains no Forth word headers and no unneeded links. The Forth headers are maintained in the host.
  • Holon provides rich system libraries, yet your program only picks what it needs.
  • With Holon and Forth you can use the available target memory to the max.