Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watrose.UUCP Path: utzoo!watmath!watrose!pgtrubey From: pgtrubey@watrose.UUCP (pgtrubey) Newsgroups: net.lang.forth Subject: Why FORTH screens? Message-ID: <7349@watrose.UUCP> Date: Mon, 18-Mar-85 10:19:49 EST Article-I.D.: watrose.7349 Posted: Mon Mar 18 10:19:49 1985 Date-Received: Tue, 19-Mar-85 03:38:24 EST Reply-To: pgtrubey@watrose.UUCP () Organization: U of Waterloo, Ontario Lines: 10 This is a question that has been bugging me for a long time... Why does FORTH use screens to package its definitions? The simple answer would be that it's easier to implement everything that way. However, every new and improved version of FORTH (that I know of anyway - am I wrong?) still uses them. Why not something that is a bit easier to play around with...like a file maybe? Any thoughts?