pharo-wiki icon indicating copy to clipboard operation
pharo-wiki copied to clipboard

Wiki related to the Pharo programming language and environment.

Results 85 pharo-wiki issues
Sort by recently updated
recently updated
newest added
trafficstars

I propose: - keyword message - binary message - unary message

NewSection

in InterestingsToKnowForBeginners.md

NewSection

Should go in https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/DeployYourPharoApplication.md

NewSection

Currently, glossary entries start with a level 2 title. I have the impression it could be more readable with lvl4 or 5 titles. Does someone have an opinion? @juliendelplanque @olekscode

question

I sent a mail to Sean to see how we can collaborate as he started a wiki on his side. He answered positively so I added him as contributor of...

Here is a script I did yesterday that is cool IMO: ```Smalltalk r := RBParseTreeRewriter new. r replace: '`@receiver isEmpty should beTrue' with: 'self assertEmpty: `@receiver'. r replace: '`@receiver should...

NewPage
NewSection

This section should explain how to time profile the virtual machine execution.

NewSection

- String inherits from SequenceableCollection -> super powerful String API - String v.s. Symbol - 'hello' = #hello ...