[ prog / sol / mona ]

prog


The Most Leftist and the most Rightwing Programming Languages

17 2024-03-07 19:44 *

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
40


VIP:

do not edit these