[squeak-dev] Immediate array of objects?

Stephen Travis Pope stephen at heaveneverywhere.com
Wed Jan 4 16:04:15 UTC 2023


Hello all,

Has the interpretation of immediate arrays, i.e., #(obj1 obj2) changed?

I have loads of code (from ST80) that creates arrays of intervals like,

			 #((80 to: 90) (60 to: 70))

where what I want is,

			(Array with: (80 to: 90) with: (60 to: 70))

but Squeak reads this as,

			ampl: #(#(80 #to: 90) #(60 #to: 70))

Am I missing something?

stp

--------

Stephen Travis Pope    Ojai, California, USA
    
     http://HeavenEverywhere.com
     http://FASTLabInc.com
     https://vimeo.com/user19434036/videos
     http://heaveneverywhere.com/Reflections



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20230104/2cb15724/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedGraphic.tiff
Type: image/tiff
Size: 2442 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20230104/2cb15724/attachment.tiff>


More information about the Squeak-dev mailing list