Nieuws

This is an implementation of PostScript language level 3. The full language is implemented except for graphics operators. Most people may know PostScript as a page description language for printers.
With PostScript, it is possible to develop very complex systems directly in the language itself; the visceral understanding required to create a custom application/printer interface comes easily ...
PostScript, as a machine generated, arbitrary resolution graphics standard, is easier to learn to manipulate than other comparable systems, such as Quickdraw or HPGL, because it is itself a ...
Implementation of a programming language inspired by functional programming using OCaml. The syntax is based on Forth and PostScript, which means it is stack-based. Basic primitive functions include: ...