pharo-wiki
pharo-wiki copied to clipboard
Wiki related to the Pharo programming language and environment.
I propose: - keyword message - binary message - unary message
Should go in https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/DeployYourPharoApplication.md
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
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...
This section should explain how to time profile the virtual machine execution.
- String inherits from SequenceableCollection -> super powerful String API - String v.s. Symbol - 'hello' = #hello ...