Self is not against Forth [was: Re: HLL is not against LLL]

Rainer Blome rainer@physik3.gwdg.de
Tue, 1 Aug 1995 17:44:14 +0200


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