PostScriptlike
Postscriptlike is a descriptive label used in computing and printing to refer to file formats, languages, or data representations that resemble PostScript in how they describe page content and graphics. In practice, postscriptlike implies a stack-based, postfix syntax, with commands for drawing primitives, text, and graphics state changes, producing a device-independent description that can be interpreted by a printer or rendering engine.
Origin and usage: The term appears in technical discussions and documentation to distinguish true PostScript from
Characteristics: Postscriptlike systems often feature postfix operators, a graphics state or context stack, operators for path
Relation to PostScript: While true PostScript is a complete, Turing-complete programming language, postscriptlike formats are generally
See also: PostScript, PDF, page description language, printer language.