Re: [Pharo-users] question on syntax "negate numbers"

2014-11-08 Thread Werner Kassens
but if you omit the space between - and 3 the old compiler understands it too, hence its just a convenience thing that cant lead to misunderstandings, or? btw opal also understands this: -3@2. --> (-3@2) i mean, its obvious nevertheless that "-" is not a method like negated, but part of

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-08 Thread Sean P. DeNigris
jannik laval wrote > It seems that there is no NBUnixShell. > I have implemented the necessary for Ubuntu, in Phratch. > > Would you like I push it ? Absolutely! Is there a command or library that can open a URL that works on all GNU+Linux flavors (bonus if it's pre-loaded)? When I looked into th

[Pharo-users] question on syntax "negate numbers"

2014-11-08 Thread Nicolai Hess
Old compiler refuses to accept this code: - 4 @ -5 ^-- nothing more expected Opal compiler does just fine: - 4 @ -5 -> (-4@ -5) who is right?

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] About PBE status was Re: How not to serve an AngularJs application from Pharo

2014-11-08 Thread kilon alios
yeah i have left some things behind like linking through chapters some meta-tags to figures , small info here and there to speed up my documentation effort. I felt that it was better to focus on the content itself and porting as many chapters as possible than the technical details with the assumpti

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] About PBE status was Re: How not to serve an AngularJs application from Pharo

2014-11-08 Thread stepharo
Hi kilon Thanks for continuing to push it. I really want to see PharoByExample in Pharo30/40. I will read and compare with the orginal the UpdatePharoByExample and do a pass on the chapters you did. I saw that some references are not found. I will have a look. I should change the latex templat

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