100 likes | 137 Views
Explore the world of PostScript with this informative guide covering syntax, testing procedures, performance evaluation, and answering common questions. Discover why PostScript is relevant, its history, and practical applications. Learn about stack-based architecture, dictionaries, and bindings, comparing Java and PostScript with a focus on performance using heapsort and time measurements. Thank you for your attention! 8 Relevant
E N D
PostScript by Peter Peerdeman, Joren Poll en Timen Olthof
Overview • Introduction • Syntax • Test Procedure • Performance • Questions
Introduction • Why PostScript? • History • Usage
Syntax 5 6 mul /myownmul { mul } def /x 4 def /myoperator { 6 3 mul } def myoperator /mul { div } def myoperator /myoperator { 6 3 mul } bind def myoperator /mul { div } def myoperator • Stack Based • Dictionary • Binding
Test Procedure • Java vs. PostScript • Heapsort • Time Measurement
Postscript by Peter Peerdeman, Joren Poll en Timen Olthof