Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!SUN.COM!wmb From: wmb@SUN.COM Newsgroups: comp.lang.forth Subject: Re: Forth and PostScript Message-ID: <8911201433.AA01712@jade.berkeley.edu> Date: 18 Nov 89 04:33:26 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Forth Interest Group International List Organization: The Internet Lines: 12 The PostScript interpreter is easy. The graphics libraries are the hard part. James Gosling, who wrote the PostScript interpreter in the NeWS window system, told me that he spent a week on the interpreter and over a year on the graphics libraries. That's not counting the font scaling. Sun bought a company just to get the font scaling technology (Folio). By the way, using the [: ... ;] construct that Dr. Wavrik described in a recent posting, you can easily implement PostScript-style control structures (as Tom Almy alluded to). Mitch