Minimal scheme interpreter by kozima

(princ(case(elt(read-line)9)(#\( 3)(#\a"5
8
58")(t 24)))

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

download

return to the top page