2

I am very new to smalltalk. And I am currently trying to wrap my head around GNU smalltalk (pharo environment). Upon browsing through the introductory session of pharo by example, I came to know that there is a lot of code base in the squeaksource repository submitted by the programmers. The pharo site very well says that anyone can refer this huge code base available.

I would like to know how I can actually browse, load and peek into the source code of the projects within my IDE so that I can get a basic understanding about smalltalk syntax and how to code in pharo? Please help me with this.

Walter
  • 16,158
  • 8
  • 58
  • 95
Vamsi Emani
  • 1,745
  • 7
  • 21
  • 21

1 Answers1

1

You can use the Monticello Browser which is in the menu. Check the section 6.3 Monticello in PharoByExample.

In addition, there is a draft of a Monticello chapter for the future book Pharo By Example Vol. 2: https://gforge.inria.fr/frs/download.php/27018/Monticello.pdf