minimal PostScript interpreter by croyal

(def c(atom 0))(doseq[i(re-seq #"\w+|[=]"(read-line))](if(= i"=")(do(swap! c dec)(println @c))(swap! c inc)))

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

download

return to the top page