Scheme (programming language): Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 97:
Scheme has three different types of equality.
 
; eqv?: ReturnReturns #t if two objects can be considered the same object.
; eq?: Returns #t in mostly the same situations as eqv? but uses some finer distinctions.
; equal?: Compares the content of data structures such as lists, vectors and strings to determine if they are the same.