Jerry Kott
1 min readOct 21, 2017

--

While you are updating the links, you may also want to update the script. It does not work (both VisualWorks and Pharo raise an exception when a Character is being appended to a String). A better example would be:

String withAll: ((97 to: 122) collect: [ :asciiCode | asciiCode asCharacter ])

Which is only to re-affirm Smalltalk’s elegance.

--

--