"Scheme and many other languages typically provide built-in functions
for comparing two structural values extensionally and intensionally. The
corresponding functions in Scheme are eq? and equal?."
Shouldn't that be vice-versa, i.e.
extensionally --> equal?
intensionally --> eq?
Or else I'm just confused?
Thanks,
John
> "Scheme and many other languages typically provide built-in functions
> for comparing two structural values extensionally and intensionally. The
> corresponding functions in Scheme are eq? and equal?."
>
> Shouldn't that be vice-versa, i.e.
> extensionally --> equal?
> intensionally --> eq?
Yep.
'shriram
"Scheme and many other languages typically provide built-in functions
for comparing two structural values extensionally and intensionally. The
corresponding functions in Scheme are eq? and equal?."
Shouldn't that be vice-versa, i.e.
extensionally --> equal?
intensionally --> eq?
Or else I'm just confused?
Thanks,
John