minimal PostScript interpreter by KirarinSnow

z=0#(while(char?(peek-char))(set! z(+(case(read-char)((#\=)(write(1- z))(newline)-1)((#\t)1)(else 0))z)))

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

download

return to the top page