minimal PostScript interpreter by kaki

(let1 n 0(port-map(rec,x(if(eq?'= x)(print(dec! n))(inc! n)))read))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page