Hi,

Am 03.01.2009 um 11:40 schrieb Martin Wood-Mitrovski:

=> (== x [1 2])
false

== is for numbers.

1:2 user=> (def x [1 2])
#'user/x
1:3 user=> (= x [1 2])
true

The checks for = are by value not identity. Identity
can be checked with identical?, but this is rarely
needed.

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to