Re: [Pharo-users] next sttep after the example tutorial

2014-11-08 Thread Johan Fabry
Roelof, I just want to say that I highly recommend that you read Kilon’s PBE chapters in the link that he includes in his mail. It will help you to get the basic knowledge that you need to be able to improve your Pharo knowledge. From your mails it seems to me that you still need to work on tha

Re: [Pharo-users] next sttep after the example tutorial

2014-11-08 Thread stepharo
On 7/11/14 18:12, Peter Uhnák wrote: Well for start there is this http://pharo.org/documentation (books Pharo By Example + Deep into Pharo + Pharo for the Enterprise) and this http://pharo.gemtalksystems.com/ As far as expertise goes you can probably become an expert by writing a book about

Re: [Pharo-users] next sttep after the example tutorial

2014-11-08 Thread kilon alios
ok that top tool up there is finder , if you open it the first option for searching will be "selectors" , selectors are methods, if you did not know this I advise to read PBE since you need to have this basic understanding to use Pharo. I have also began to port PBE to Pharo 3 because existing PBE

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread Roelof Wobben
Hello, Sorry I mean a method. Pharo version : 3.0 OS : Windows 7 Home Image release : 30860 screenshot : http://snag.gy/ISMs7.jpg Roelof kilon alios schreef op 7-11-2014 22:08: also whats a mo

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread kilon alios
also whats a module ? On Fri, Nov 7, 2014 at 10:45 PM, Roelof Wobben wrote: > Thanks, > > I can see a choice finder but as far as I can see I cannot use it for > modules. > > Roelof > > > > > kilon alios schreef op 7-11-2014 21:21: > > start here > > http://pharo.org/documentation > > here a

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread kilon alios
can you post a screenshot please of what you see ? also provide the pharo version, os and image release . You can find the release in World Menu > System > About On Fri, Nov 7, 2014 at 10:45 PM, Roelof Wobben wrote: > Thanks, > > I can see a choice finder but as far as I can see I cannot use it

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread Roelof Wobben
Thanks, I can see a choice finder but as far as I can see I cannot use it for modules. Roelof kilon alios schreef op 7-11-2014 21:21: start here http://pharo.org/documentation

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread kilon alios
start here http://pharo.org/documentation here a video tutorial series i created https://www.youtube.com/playlist?list=PLqbtQ7OkSta0ULYAd7Qdxof851ybh-_m_ you can skip first video "Why Pharo" the rest is practical tutorials. if you got Pharo 3 or 4 , finder should be in the tools section of wor

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread Hilaire
Le 07/11/2014 19:45, Roelof Wobben a écrit : > I did it and run into my first problem. > > There is no method finder in the tools menu. > > Roelof If you are starting with the PharoByExample book, be sure to download the dedicated Pharo image for this book (found in the pharobyexample book). Rec

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread Roelof Wobben
I did it and run into my first problem. There is no method finder in the tools menu. Roelof Peter Uhnák schreef op 7-11-2014 19:21: Now that you mentioned calculator, have a look at this ht

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread Sean P. DeNigris
Peter Uhnák wrote > Now that you mentioned calculator, have a look at this > https://medium.com/@svenvc/rediscovering-the-ux-of-the-legendary-hp-35-scientific-pocket-calculator-d1d497ece999 Thanks for the reminder - it is a masterpiece!! - Cheers, Sean -- View this message in context: http

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread Peter Uhnák
Now that you mentioned calculator, have a look at this https://medium.com/@svenvc/rediscovering-the-ux-of-the-legendary-hp-35-scientific-pocket-calculator-d1d497ece999 also this article is great https://medium.com/@svenvc/elegant-pharo-code-bb590f0856d0 But otherwise start with the book Pharo By

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread Roelof Wobben
oke, are there books / tutorials I can do so I can understand better how smalltalk works. I was thinking of making a calculator as my first project. Roelof kilon alios schreef op 7-11-2014 18:34: yes, read all t

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread kilon alios
yes, read all the pharo documentation, read the entire pharo code, understand the entire pharo code, make a few hundrend pharo application and boom your are an expert :) Seriously though, do whatever is interesting to you and ask questions here and in stackoverflow. You dont need to be expert , ju

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread Roelof Wobben
Thanks. By expert I mean I can write and test most of the programms and know very well how pharo works. Roelof Peter Uhnák schreef op 7-11-2014 18:12: Well for start there is this http://pharo.org/documentation

Re: [Pharo-users] next sttep after the example tutorial

2014-11-07 Thread Peter Uhnák
Well for start there is this http://pharo.org/documentation (books Pharo By Example + Deep into Pharo + Pharo for the Enterprise) and this http://pharo.gemtalksystems.com/ As far as expertise goes you can probably become an expert by writing a book about Pharo. :) Peter On Fri, Nov 7, 2014 at 6

[Pharo-users] next sttep after the example tutorial

2014-11-07 Thread Roelof Wobben
Hello, Is there a book / tutorial/ challenges that I can use to become a expert in Pharo ? Roelof