[ prog / sol / mona ]

prog


Serious question here

30 2022-07-24 20:27 *

>>23

scheme@(guile-user)> (define eq? ((lambda (eq) (lambda (x y) (not (eq x y)))) eq?))
scheme@(guile-user)> (eq? 'SICP 'JavaScript)
$1 = #t
54


VIP:

do not edit these