My Journey to PostScript

In June 2023, I started to write an interpreter for PostScript, a rather surprising low level language. This blog tells the story of the adventure. The result is a web app in Javascript that can render a subset of PlostScript to PNG, SVG and PDF.

Gallery some graphic experimentations
TinyPS what the interpreter can do and how you can install ist
Sandbox play with the interpreter
Exercices programming exercises

Professor Brailsford demonstrates in this short video the basic concepts of Postscript as a programming language.
https://www.youtube.com/watch?v=S_NXz7I5dQc&t=779s

Donald E. Knuth on fonts
https://www.youtube.com/watch?v=_rRTZoGiFNU

Book project