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.1k8 gold badges60 silver badges95 bronze badges
asked Jun 2, 2011 at 13:44
1
  • FYI: GNU Smalltalk is a very different environmetn from Pharo. You're just using Pharo. Commented Jun 2, 2011 at 16:04

1 Answer 1

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

answered Jun 2, 2011 at 15:50

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.