pharo-wiki
pharo-wiki copied to clipboard
Wiki related to the Pharo programming language and environment.
Cyril showed me how to put into Finder: ```smalltalk #(1 2 3) . 3 . 3 ``` and it found me the `#indexOf:` message (among others). This is very cool,...
This methods allows to do some kind of cast. For example if you have 2 classes `A` and `B` with B inheriting from `A`, it is possible to do the...
Based on the comments on [reddit for the 7.0 release](https://www.reddit.com/r/programming/comments/aimwlh/pharo_70_released/), I think it would be good to have a "How to get started" documentation that's up to date and really...
Could be great to add a guide on Pharo convensions. - Instance var begins with a lower case - Class var begins with an upper case - Classes begins with...
Since Pharo 7 it is possible to use non-default ssh port for self-hosted gitlab.
It allows to create a baseline for another repository.
``` Clipboard default ``` It is possible to get some history.