Material for a workshop on PostScript, a page description language.
PostScript is
a dynamically typed, concatenative programming language.
The repository contains the following parts
- workshop: contains the sources for an accompanying workbook guiding you through the intracies of PostScript.
- presentation: contains various presentations which will help in structuring the workshop.
- resources: contains background material which could help during the workshop.
The workshop is written with mdbook. It is divided into two main parts
- Tools: An introduction to PostScript.
- Projects: Bob Ross style examples of what can be done with PostScript.
The presentation are Markdown driven and presented with remark.
The above material is automatically packaged when running the make
command.
On each commit to master the the package is updated and the guide and the presentations are published as GitHub pages.