Re: [Pharo-users] Pharo 1

2014-03-31 Thread Pharo4Stef
On which os are you? The new image on mac should be under the ressources folder and the script just opens the default one. > > Im busy with book 1 and I work with version 1 > Now this morning I did some changes and save it under a name. > > But when I just start up Pharo I see the pharo1.img a

Re: [Pharo-users] challenges

2014-03-31 Thread Pharo4Stef
Why dont you start to take some of the 99 python problems and build a 99 Pharo problems it would be really fun and useful. I would love to have a little list of kata and exercises. Stef On 31 Mar 2014, at 17:38, Roelof Wobben wrote: > Hello, > > I almost get book 1 ready. > > Now I wonde

Re: [Pharo-users] challenges

2014-03-31 Thread Ben Coman
p...@highoctane.be wrote: On Mon, Mar 31, 2014 at 6:41 PM, Roelof Wobben wrote: Ben Coman schreef op 31-3-2014 18:30: Roelof Wobben wrote: Hello, I almost get book 1 ready. Now I wonder if there are challenges so I ca

Re: [Pharo-users] [ANN] JNIPort for Pharo 3.0 alpha

2014-03-31 Thread Tudor Girba
Hi Joachim, Thanks for the answer. I suspected that it goes in this direction :). Now, the next question. I saw that it is possible to enable callbacks, but I could not find an example of how it works. For example, could we model this: - in a JavaClassOriginator class we have a method like exec

Re: [Pharo-users] challenges

2014-03-31 Thread Sven Van Caekenberghe
On 31 Mar 2014, at 20:01, p...@highoctane.be wrote: > > On Mon, Mar 31, 2014 at 7:55 PM, Sven Van Caekenberghe wrote: > That book is too advanced I think. > > That set of Andrès books sure made my head hurt. > > Like in: Read a couple pages. Feel dizzy. Re-read. Code. Think. Grok. Go for > m

Re: [Pharo-users] challenges

2014-03-31 Thread p...@highoctane.be
On Mon, Mar 31, 2014 at 7:55 PM, Sven Van Caekenberghe wrote: > That book is too advanced I think. > That set of Andrès books sure made my head hurt. Like in: Read a couple pages. Feel dizzy. Re-read. Code. Think. Grok. Go for more. But every section has very practical uses. Phil > > On 31

Re: [Pharo-users] challenges

2014-03-31 Thread Sven Van Caekenberghe
That book is too advanced I think. On 31 Mar 2014, at 19:07, p...@highoctane.be wrote: > On Mon, Mar 31, 2014 at 6:41 PM, Roelof Wobben wrote: > Ben Coman schreef op 31-3-2014 18:30: > Roelof Wobben wrote: > Hello, > > I almost get book 1 ready. > > Now I wonder if there are challenges so I ca

Re: [Pharo-users] challenges

2014-03-31 Thread p...@highoctane.be
On Mon, Mar 31, 2014 at 6:41 PM, Roelof Wobben wrote: > Ben Coman schreef op 31-3-2014 18:30: > >> Roelof Wobben wrote: >> >>> Hello, >>> >>> I almost get book 1 ready. >>> >>> Now I wonder if there are challenges so I can practise more in Smaltalk. >>> I know I learn the best by doing things and

Re: [Pharo-users] challenges

2014-03-31 Thread Roelof Wobben
Ben Coman schreef op 31-3-2014 18:30: Roelof Wobben wrote: Hello, I almost get book 1 ready. Now I wonder if there are challenges so I can practise more in Smaltalk. I know I learn the best by doing things and not just read about it. I like the most if the challenges can start at simple and g

Re: [Pharo-users] challenges

2014-03-31 Thread Ben Coman
Roelof Wobben wrote: Hello, I almost get book 1 ready. Now I wonder if there are challenges so I can practise more in Smaltalk. I know I learn the best by doing things and not just read about it. I like the most if the challenges can start at simple and get more complex . As example what I

Re: [Pharo-users] Loop problem on Dr Stef

2014-03-31 Thread Henrik Johansen
On 30 Mar 2014, at 1:45 , Roelof Wobben wrote: > Hello, > > When I select this part: > > 1 to: 100 do: > [:i | Transcript show: i asString; cr ]. > > And do print it. > > I only see 1 where I expected to see all the numbers from 1 till 100. > > What went wrong ? > > Roelof > > "print i

[Pharo-users] challenges

2014-03-31 Thread Roelof Wobben
Hello, I almost get book 1 ready. Now I wonder if there are challenges so I can practise more in Smaltalk. I know I learn the best by doing things and not just read about it. I like the most if the challenges can start at simple and get more complex . As example what I mean is 99 prolog/python

Re: [Pharo-users] [Pharo-dev] Tiny-social meeting in Buenos Aires

2014-03-31 Thread Esteban A. Maringolo
I'll be there. Esteban A. Maringolo 2014-03-31 11:16 GMT-03:00 Esteban Lorenzano : > Hi, > > As some of you know, I'm on vacations in Buenos Aires. Last days I was > talking with the other Esteban of this list and with Hernan about doing a > Pharo meeting to talk about the upcoming Pharo3 and w

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Roelof Wobben
Camille Teruel schreef op 31-3-2014 15:49: On 31 mars 2014, at 15:43, Roelof Wobben wrote: Stephan Eggermont schreef op 31-3-2014 15:35: Two things come to mind: - method names start with lowercase CellsPerSide you are right, I mistyped that one. I wil change it - did you make cellsPerSi

[Pharo-users] Tiny-social meeting in Buenos Aires

2014-03-31 Thread Esteban Lorenzano
Hi, As some of you know, I’m on vacations in Buenos Aires. Last days I was talking with the other Esteban of this list and with Hernan about doing a Pharo meeting to talk about the upcoming Pharo3 and well… to socialise a bit :) It cannot be a true sprint or formal event because my times are c

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Camille Teruel
On 31 mars 2014, at 15:43, Roelof Wobben wrote: > Stephan Eggermont schreef op 31-3-2014 15:35: >> Two things come to mind: >> - method names start with lowercase >> CellsPerSide > > you are right, I mistyped that one. I wil change it >> - did you make cellsPerSide into a separate method? >

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Sven Van Caekenberghe
You can only enter one method at a time. And methods should be small and be lowercase. On 31 Mar 2014, at 15:03, Roelof Wobben wrote: > What did I do wring this time ?

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Roelof Wobben
Stephan Eggermont schreef op 31-3-2014 15:35: Two things come to mind: - method names start with lowercase CellsPerSide you are right, I mistyped that one. I wil change it - did you make cellsPerSide into a separate method? You mean choose all and then type in the text. nope, if that is t

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Stephan Eggermont
Two things come to mind: - method names start with lowercase CellsPerSide - did you make cellsPerSide into a separate method? Stephan

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Roelof Wobben
Stephan Eggermont schreef op 31-3-2014 14:37: Hello Roelof, That is a disadvantage of having a one-click that opens everywhere. It contains a script telling the executable which image to open. You should be able to find your image, and drag it onto the vm to open. If you just gave it a different

Re: [Pharo-users] GLORP on Pharo 3

2014-03-31 Thread Pierce Ng
On Mon, Mar 31, 2014 at 03:25:23PM +0530, Thushar G R wrote: > I have GLORP loaded in Pharo2. From where can i load GLORP in Pharo3? > Or am i too early? You can try loading that same Glorp into Pharo 3. -- Pierce Ng http://samadhiweb.com/blog/

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Stephan Eggermont
Hello Roelof, That is a disadvantage of having a one-click that opens everywhere. It contains a script telling the executable which image to open. You should be able to find your image, and drag it onto the vm to open. If you just gave it a different name, it is in Contents\Resources You might wa

Re: [Pharo-users] I Can Read C++ and Java But I Can't Read Smalltalk

2014-03-31 Thread Esteban A. Maringolo
2014-03-30 22:07 GMT-03:00 Igor Stasenko : > "Your days, as scientist are counted, if you refuse to accept anything > new.." > same words, i think, can be applied to programming. It certainly applies to programming. And in this case in both directions (smalltalker or not). Esteban A. Maringolo

[Pharo-users] Pharo 1

2014-03-31 Thread Roelof Wobben
Hello, Im busy with book 1 and I work with version 1 Now this morning I did some changes and save it under a name. But when I just start up Pharo I see the pharo1.img again without my changes. And I also do not see a menu where I can choose which image I want to use as version 2 of Pharo does.

[Pharo-users] GLORP on Pharo 3

2014-03-31 Thread Thushar G R
Hi, I have GLORP loaded in Pharo2. From where can i load GLORP in Pharo3? Or am i too early? TIA, Thushar