[ prog / sol / mona ]

prog


Help on the Way

23 2022-06-04 11:12

Help! Why is Scheme hopelessly broken? I cannot even get the answer to 1 + 1

Guile:

scheme@(guile-user)> 1 + 1
$1 = 1
$2 = #<procedure + (#:optional _ _ . _)>
$3 = 1
scheme@(guile-user)>

MIT Scheme:

1 ]=> 1 + 1

;Value: 1

1 ]=> 
;Value: #[arity-dispatched-procedure 12]

1 ]=> 
;Value: 1

1 ]=>
103


VIP:

do not edit these