Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Puzzle with FIND and SELECT

From: lmecir:mbox:vol:cz at: 9-Feb-2003 1:44

Hi Romano, ----- Original Message ----- From: "Romano Paolo Tenca"
> about "absolute sameness", i think that these cases are different: > > x: [1 1] > same? x/1 x/2 > > two values in two different position in a block > i can discern them with something like: > > change x 3 > same? x/1 x/2
(...) About "absolute sameness": 1) My goal was to find a "natural" definition of identity in Rebol. 2) You are free to write your own definition if you like, but I am pretty sure, that you will have big problems with the "absolute sameness". The reason is simple: my definition is the finest equivalence you can define in Rebol, therefore any definition you can write either cannot be finer then mine, or it cannot be an equivalence. No sameness that isn't an equivalence can be natural, neither I think, that any coarser equivalence is a true identity. Ciao -L