Minimal scheme interpreter by pla

(print(case(string-scan(read-line)#\a)((9)"5
8
58")((10)24)((6)3)))

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

download

return to the top page