[Pharo-dev] PhEP submitted: String interpolation for Pharo

2022-05-19 Thread Esteban Lorenzano
Hello, There is a new PhEP (Pharo Enhancement Proposal) submitted titled: "String interpolation for Pharo" that requires the attention of the community: https://github.com/pharo-project/pheps/pull/9 Cheers! Esteban

[Pharo-dev] [Review needed] Symbol allSymbols contains one-character symbols twice #11242

2022-05-19 Thread Marcus Denker
Symbol allSymbols asBag occurrencesOf: #a allSymbols returns an array of all symbols. The reason it contains #a twice: There is OneCharacterSymbols. - it is initialized with: OneCharacterSymbols := (1 to: 256) collect: [ :i | (i - 1) asCharacter asSymbol]. the #asSymbol puts the