[Pharo-project] Concatenation
Try: 1. 'P' , 'haro' 2. #P , 'haro' 3. $P , 'haro' in Pharo, Squeak and Dolphin Number 3 crashes with an MNU in VW and SmalltalkMT Number 2 and 3 crash with an MNU Just wonder why ST's handle case 2 differently Bye T. -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
On 22 June 2012 13:48, Torsten Bergmann <astares@gmx.de> wrote:
Try:
1. Â 'P' , 'haro'
2. Â #P , 'haro'
3. Â $P , 'haro'
in Pharo, Squeak and Dolphin  Number 3 crashes with an MNU in VW   and SmalltalkMT    Number 2 and 3 crash with an MNU
Just wonder why ST's handle case 2 differently
In Pharo/Squeak, Symbol is-a String, but in other Smalltalks that isn't the case (or so I've picked up from Dale Henrichs on the metacello list). frank
Bye T. -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
Frank Shearar-3 wrote
In Pharo/Squeak, Symbol is-a String, but in other Smalltalks that isn't the case (or so I've picked up from Dale Henrichs on the metacello list).
Yes, IIRC the "other" functionality is ANSI standard (same source ;-)) Sean -- View this message in context: http://forum.world.st/Concatenation-tp4636132p4636157.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (3)
-
Frank Shearar -
Sean P. DeNigris -
Torsten Bergmann