https://news.ycombinator.com/item?id=19874245
DonHopkins on May 10, 2019 | parent | context | favorite | on: Why are 2D vector graphics so much harder than 3D?
Brian Reid wrote about page independence, comparing Interpress' and PostScript's different approaches. Adobe's later voluntary Document Structuring Conventions actually used PostScript comments to make declarations and delimit different parts of the file -- it wasn't actually a part of the PostScript language, while Interpress defined pages as independent so they couldn't possibly affect each other:
https://groups.google.com/forum/#!topic/fa.laser-lovers/H3us...
>By now you can probably see the fundamental philosophical difference between PostScript and Interpress. Interpress takes the stance that the language system must guarantee certain useful properties, while PostScript takes the stance that the language system must provide the user with the means to achieve those properties if he wants them. With very few exceptions, both languages provide the same facilities, but in Interpress the protection mechanisms are mandatory and in PostScript they are optional. Debates over the relative merits of mandatory and optional protection systems have raged for years not only in the programming language community but also among owners of motorcycle helmets. While the Interpress language mandates a particular organization, the PostScript language provides the tools (structuring conventions and SAVE/RESTORE) to duplicate that organization exactly, with all of the attendant benefits. However, the PostScript user need not employ those tools.
The Definitive History of PostScript
https://github.com/SimHacker/moollm/blob/main/designs/postsc...
>Primary Source: Brian Reid's 1985 "laser-lovers" Post
>This document preserves the definitive first-person account of PostScript's origins, written by Brian Reid on March 2, 1985 — just 11 months after Adobe shipped its first PostScript manual.
>Brian Reid was uniquely positioned to write this history:
>He was there. As a consultant to Xerox PARC during the Interpress design, he worked directly with the principals.
>His thesis advisor was Bob Sproull — one of the three architects of Interpress (with Butler Lampson and John Warnock).
>He saw JAM at Stanford in 1981 — the direct predecessor to both Interpress and PostScript.
>fa.laser-lovers was the Hacker News of 1985 — this wasn't a casual post but a definitive statement to the technical community.
The Adobe philosophy on not implementing page protection would pretty regularly cause some _spectacular_ problems/bugs --- in particular, I can recall one ill-formed .eps file which somehow disabled the new page mechanism and was supposed to re-enable it, and which when placed after a different .eps which had some code which interfered w/ said re-enabling, would cause the document to stop generating new pages, instead overlaying each successive page on top of the previous one.
One of the longest days of my life was generating a press-ready PDF using a beta of a then-new program called "pdftex" which would validate for the "Thomson Techno Task Force"'s standard... tried _every_ possible combination of printer drivers, PDF applications, and settings to learn that Adobe Acrobat would _not_ work, but Adobe Acrobat Reader would, that the printer driver had to be Apple's LaserWriter 8.6 (not the Adobe driver or some other LW version), and that the .ps file had to be PS Level 2 (not 3), but that "Generate Level 3 Page Semantics" had to be checked on.... over a quarter of a century since and that memory is still seared in my otherwise uncertain organic memory.
Naturally, this is all interwoven w/ the early history of the Macintosh and LaserWriter --- a couple of relevant stories on folklore.org
- https://www.folklore.org/Origins_of_Spline-Based_and_Anti-Al...
- https://www.folklore.org/The_End_Of_An_Era.html
It's also notable that Display PostScript was largely developed by folks at NeXT such as Mike Paquette.
Anyone who is interested in PostScript should definitely get "The Green Book" by Glenn Reid (_PostScript Language Program Design_) as well as his wonderful _Thinking in PostScript_.
That said, my wife's aunt oversaw one of the largest Xerox Alto/Star networks in the U.S. Government, and when we would chat, her stories would all be about how well things worked and how easy it was to manage (aside from getting funding), while mine were all stories about fixing weird problems...