minimal PostScript interpreter by notogawa

main=getLine>>=(0#).words
n+1#("=":x)=print n>>n#x
n#(_:x)=(n+1)#x

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

download

return to the top page