i knew there was at least one big flaw in my thinking: having many stacks (that change size constantly) may be a hideous implementation problem. a possible solution might be to not implement a stack as a contiguous piece of memory but in some linked form. that would perform very bad, but low performance is no obstacle for a boot language, as i see it. rainer