1 / 10

PostScript

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

hawkers
Download Presentation

PostScript

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PostScript by Peter Peerdeman, Joren Poll en Timen Olthof

  2. Overview • Introduction • Syntax • Test Procedure • Performance • Questions

  3. Introduction • Why PostScript? • History • Usage

  4. 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

  5. Test Procedure • Java vs. PostScript • Heapsort • Time Measurement

  6. Performance

  7. Questions?

  8. Thank you for your attention!

  9. Postscript by Peter Peerdeman, Joren Poll en Timen Olthof

More Related