Minimal scheme interpreter by lynn

main=interact$f.length
f 17="3"
f 92="24"
f _="5\n8\n58"

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

download

return to the top page