[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
Scheme is right-to-left:
(string->number (number->string 12))
Compare it with for example this left-to-right snippet of the otherwise right-to-left Ocaml:
12 |> string_of_int |> int_of_string
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode