Stef, I've posted this yesterday, but here it is:
In Pharo '16r7A2BD507' asNumber = 2049692935 '16r7a2bd507' asNumber = 7 In Squeak (3.10.2-7179) '16r7A2BD507' asNumber = 2049692935 '16r7a2bd507' asNumber = 7 Obviously I printed in the Workspace (Shout) -- Cesar Rabak Em 24/02/2010 19:41, Stéphane Ducasse < [email protected] > escreveu: On Feb 24, 2010, at 6:47 PM, [email protected] wrote: > Stef, > > Squeak prints in lowercase and reads *correctly* only in uppercase. . . can you post the expression you use? Are you talking about byteArray? or plain number? > > -- > Cesar Rabak > > > Em 24/02/2010 04:05, Stéphane Ducasse < [email protected] > escreveu: > >> The main reason for not using lowercase in squeak was Dan extension of >> number with radix plus exponent. >> 16r8e7 -> 16r8 * (16 raisedTo: 7) >> and the Float variations... >> >> If you decided to abandon this notation, then go with either upper or lower. >> But a bit of consistency could help... > > I'm confused what is the situation now in squeak? > Because it seems that hex in squeak now prints and read lowercase? > So did > 16r8e7 and float > so will someone fix squeak to be consistent. > I'm a bit confused by the decision process in squeak (even if I should not > worried too much). > > Stef > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
