Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Marcus Denker
> On 14 Sep 2016, at 17:15, Johan Fabry wrote: > > Hi all, > > for some silly report that I need to write I wanted to add an estimate of how > many people worldwide use Pharo. I tried to find number of downloads of e.g. > Pharo 5 to use that as a basis for estimation

Re: [Pharo-users] double dispatch example

2016-09-14 Thread Ben Coman
http://lists.pharo.org/mailman/listinfo/pharo-users_lists.pharo.org On Thu, Sep 15, 2016 at 10:04 AM, Melanie Tarr wrote: > Can someone please tell me how to unsubscribe from this list, > > Kind Regards > Melanie > > On Tue, Sep 13, 2016 at 10:16 PM, Alexandre Bergel

Re: [Pharo-users] Extending live coding beyond Pharo

2016-09-14 Thread Ben Coman
On Thu, Sep 15, 2016 at 3:38 AM, Dimitris Chloupis wrote: > Live coding on Pharo is great, easy , simple and working out of the box. An > extremely useful tool to be able to code an application while it runs, > change and improve code with no interruptions. > > However

Re: [Pharo-users] double dispatch example

2016-09-14 Thread Melanie Tarr
Can someone please tell me how to unsubscribe from this list, Kind Regards Melanie On Tue, Sep 13, 2016 at 10:16 PM, Alexandre Bergel wrote: > Hi Stef! > > Plenty of examples: > > - Converting money > - Paper, Stone, Scissor > - A canvas containing triangle, circle,

Re: [Pharo-users] What are the best practices for an open source project with Pharo?

2016-09-14 Thread Ben Coman
On Wed, Sep 14, 2016 at 9:22 PM, julius wrote: > I'm new to Smalltalk, I did the Inria MOOC and really like the way of how to > construct applications. Still I wonder how development teams approach > development with Pharo. > > Currently I'm thinking of implementing a small

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-09-14 Thread Tudor Girba
Hi, Thanks! It seems to work now. Cheers, Doru > On Sep 15, 2016, at 12:13 AM, Johan Fabry wrote: > > Hi Doru, > > it looks like there’s a problem with copySupport.mk, I had the same problem > with the Spec booklet. The file is using Linux only syntax for the cp >

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-09-14 Thread Johan Fabry
Hi Doru, it looks like there’s a problem with copySupport.mk, I had the same problem with the Spec booklet. The file is using Linux only syntax for the cp command. This was fixed for the Spec booklet after I raised an issue there, but it seems the fix was not propagated everywhere it needs to

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-09-14 Thread Tudor Girba
Hi, Ok, I found this document: https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/PillarChap/Pillar.html And now I tried this: wget --no-check-certificate https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh

Re: [Pharo-users] trimRight: problem

2016-09-14 Thread Henrik Nergaard
'This is a string.' trimRight: [ :c | c = $. ] works fine for me. The trimRight method will return a new string object without the punctuation. If you just do the expression without assigning it into a variable/method call, then it will have no effect because strings are immutable so the

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-09-14 Thread Tudor Girba
Hi, Where can I find the new template system for Pillar? Cheers, Doru > On Jul 22, 2016, at 3:41 PM, Thibault ARLOING > wrote: > > Hello, > > I'm happy to announce the latest release of Pillar. > This release has been possible because of the hard work of Damien

Re: [Pharo-users] Zürich Smalltalkers' Meetup November 8th, 2016?

2016-09-14 Thread Dimitris Chloupis
My pleasure yes check them all out because they do a lot of different seminars and meet ups , ours did participate in NASA's SPACE APPS competition and my team managed to get in the top 5 of our category worldwide with a project about mining asteroids with robots using AI. It was very well

Re: [Pharo-users] [Moose-dev] [ann] pillar support in gtinspector

2016-09-14 Thread Tudor Girba
Hi Nicolai, Did you commit your changes with the highlight of == code? Cheers, Doru > On Sep 6, 2016, at 4:56 PM, Nicolai Hess wrote: > > > > 2016-08-29 21:41 GMT+02:00 Tudor Girba : > Hi, > > I updated the Pillar support in GTInspector. Some

Re: [Pharo-users] Zürich Smalltalkers' Meetup November 8th, 2016?

2016-09-14 Thread jtuc...@objektfabrik.de
Dimitris, thanks a lot for the suggestion. There even is one very close to where we usually met. I'll definitely do some research... Joachim Am 14.09.16 um 22:29 schrieb Dimitris Chloupis: From this link https://wiki.hackerspaces.org/Z%C3%BCrich It appears that Zurich has several

[Pharo-users] trimRight: problem

2016-09-14 Thread Brad Selfridge
I have a string that has an ending period (example - 'This is a string.'). I want to trim the trailing period off of the string. I've tried using: 'This is a string.' trimRight: [ :ea | ea = $. ] But, the period is not trimmed. Is there a way to do this without me having to extend the String

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Esteban A. Maringolo
The SmalltalkHub packages/repositories count is close to useless. You can't even tell which ones are the most used. Once everything is moved to other SCM like GitHub/GitLab they will provide the stats for us. Another story is package artifact management (ala npm), that will the ¿upcoming? Cargo

Re: [Pharo-users] Zürich Smalltalkers' Meetup November 8th, 2016?

2016-09-14 Thread Dimitris Chloupis
>From this link https://wiki.hackerspaces.org/Z%C3%BCrich It appears that Zurich has several hackerspaces, in Athens we have one. Generally speaking hackerspaces are places for meeting people , organizing seminars and presentation about any open source project , they offer their services free of

Re: [Pharo-users] Zürich Smalltalkers' Meetup November 8th, 2016?

2016-09-14 Thread jtuc...@objektfabrik.de
Dimitris, so far, we never actually had an agenda or topic list. It was just getting together and chatting. We started brainstorming on whether we should have all that and make it an even better event with short presentations (show us your project or show us some cool tool you found), but

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Dimitris Chloupis
On GitHub a search for Pharo returns 497 repos https://github.com/search?utf8=%E2%9C%93=pharo=Repositories=searchresults and around 850 for Smalltalk in comparison Javascript returns around 176k repos, which means with this result Javascript only has 352 times more repos than pharo. While

Re: [Pharo-users] Zürich Smalltalkers' Meetup November 8th, 2016?

2016-09-14 Thread Dimitris Chloupis
I think I am not the only interested into reading news about what happened in these meet ups. What did you guys discuss, what were your conclusions, any interesting projects, complains and critic , etc So that we who cannot attend may benefit from them ;) On Wed, 14 Sep 2016 at 22:46,

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Alexandre Bergel
From http://smalltalkhub.com 3463 repositories, 2704 users registered and 245751 packages uploaded. Alexandre > On Sep 14, 2016, at 12:15 PM, Johan Fabry wrote: > > Hi all, > > for some silly report that I need to write I wanted to add an estimate of how > many people

[Pharo-users] Zürich Smalltalkers' Meetup November 8th, 2016?

2016-09-14 Thread jtuc...@objektfabrik.de
Dear Smalltalkers in the Zürich Area, it's probably time to get together again. It's been too much fun the last few times to just miss this opportunity. So I suggest November 8, 2016 as the date for our next meetup. The Steinfels has proven to be a suitable place, but if anybody has a

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Esteban A. Maringolo
There are "smart" enough log analyzers to separate unique visitors, by IP, UA, etc. Because otherwise INRIA's CI would count as 300 hits ;-) Esteban A. Maringolo 2016-09-14 16:26 GMT-03:00 Dimitris Chloupis : > I count as 12 , just saying > > On Wed, Sep 14, 2016 at

[Pharo-users] Extending live coding beyond Pharo

2016-09-14 Thread Dimitris Chloupis
Live coding on Pharo is great, easy , simple and working out of the box. An extremely useful tool to be able to code an application while it runs, change and improve code with no interruptions. However there will be cases that Pharo wont be enough, that can be because pharo code is not as fast as

Re: [Pharo-users] Class shown in _UnpackagedPackage but belongs to package

2016-09-14 Thread stepharo
Hi esteban I would love to know how you did it, to fix it. Even my bad power that break anything I touch did not succeed recently to get this bug back :) Stef Le 14/9/16 à 05:58, Esteban A. Maringolo a écrit : Hi, After renaming, promoting as tag, moving to package and other

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Dimitris Chloupis
I count as 12 , just saying On Wed, Sep 14, 2016 at 10:25 PM Esteban A. Maringolo wrote: > Getting HTTP logs from SmalltalkHub should give us some hints on the > most requested projects. > The same goes for the get.pharo.org files. > Esteban A. Maringolo > > > 2016-09-14

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Esteban A. Maringolo
Getting HTTP logs from SmalltalkHub should give us some hints on the most requested projects. The same goes for the get.pharo.org files. Esteban A. Maringolo 2016-09-14 12:15 GMT-03:00 Johan Fabry : > Hi all, > > for some silly report that I need to write I wanted to add an

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Offray Vladimir Luna Cárdenas
I think that a better metric to complement those ones, would be the people who ended the MOOC. Cheers, Offray On 14/09/16 21:15, stepharo wrote: Difficult to say We got 100 committers for Pharo 50 We got 3411 registrered participants to the mooc (whatever it means). Le 14/9/16 à 17:15,

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread stepharo
Difficult to say We got 100 committers for Pharo 50 We got 3411 registrered participants to the mooc (whatever it means). Le 14/9/16 à 17:15, Johan Fabry a écrit : Hi all, for some silly report that I need to write I wanted to add an estimate of how many people worldwide use Pharo. I tried

Re: [Pharo-users] What are the best practices for an open source project with Pharo?

2016-09-14 Thread stepharo
Le 14/9/16 à 15:22, julius a écrit : I'm new to Smalltalk, welcome :) I did the Inria MOOC and really like the way of how to construct applications. Tx Still I wonder how development teams approach development with Pharo. Currently I'm thinking of implementing a small idea of mine

Re: [Pharo-users] [Pharo-dev] [ANN] RProjectConnector V2.1

2016-09-14 Thread Serge Stinckwich
Always same error message ... ExternalAddress loadSymbol: 'Rf_initEmbeddedR' from: RLibrary returns FailedPrimitive On Wed, Sep 14, 2016 at 3:55 PM, Blondeau Vincent wrote: > > >> -Message d'origine- >> De : Pharo-users

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Alexandre Bergel
I think we have many reliable numbers for the Pharo MOOC. Alexandre > On Sep 14, 2016, at 12:15 PM, Johan Fabry wrote: > > Hi all, > > for some silly report that I need to write I wanted to add an estimate of how > many people worldwide use Pharo. I tried to find

[Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Johan Fabry
Hi all, for some silly report that I need to write I wanted to add an estimate of how many people worldwide use Pharo. I tried to find number of downloads of e.g. Pharo 5 to use that as a basis for estimation but I could not find this info online. Does the Pharo team have any usable statistics

Re: [Pharo-users] [Pharo-dev] [ANN] RProjectConnector V2.1

2016-09-14 Thread Blondeau Vincent
> -Message d'origine- > De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de > Serge Stinckwich > Envoyé : mercredi 14 septembre 2016 15:09 > À : Any question about pharo is welcome > Cc : scismallt...@googlegroups.com; Pharo Development List > Objet : Re:

[Pharo-users] What are the best practices for an open source project with Pharo?

2016-09-14 Thread julius
I'm new to Smalltalk, I did the Inria MOOC and really like the way of how to construct applications. Still I wonder how development teams approach development with Pharo. Currently I'm thinking of implementing a small idea of mine with Pharo since Seaside felt quite nice when I experimented a

Re: [Pharo-users] [Pharo-dev] [ANN] RProjectConnector V2.1

2016-09-14 Thread Serge Stinckwich
Hi Vincent, Ok I try again with the latest Pharo 6.0. When I evaluate: Gofer it smalltalkhubUser: 'VincentBlondeau' project: 'RProjectConnector'; configuration; loadStable There is an error : could not resolve Rconnector. Apparently there is a problem with the package name, because this

Re: [Pharo-users] [Pharo-dev] [ANN] RProjectConnector V2.1

2016-09-14 Thread Blondeau Vincent
Hi, I implemented the FFILibrary way in the latest dev version. Maybe you have to modify the code to point to your library (see RLibrary methods). Don’t hesitate to commit your code, the project is open. Thanks, Cheers, Vincent De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org]

Re: [Pharo-users] [Pharo-dev] [ANN] RProjectConnector V2.1

2016-09-14 Thread Esteban Lorenzano
Hi, > On 14 Sep 2016, at 12:19, Ben Coman wrote: > > On Wed, Sep 14, 2016 at 4:21 PM, Blondeau Vincent > > > wrote: > > I try to move the R dll close to my Pharo VM and also inside the

Re: [Pharo-users] Problem cleaning up image

2016-09-14 Thread Vitor Medina Cruz
Thanks for the answers! On Tue, Sep 13, 2016 at 2:46 PM, Marcus Denker wrote: > > > On 13 Sep 2016, at 18:54, Vitor Medina Cruz > wrote: > > > > I understand. I thought it did more stuff, like remove necessary > development tools or executing

Re: [Pharo-users] [Pharo-dev] [ANN] RProjectConnector V2.1

2016-09-14 Thread Ben Coman
On Wed, Sep 14, 2016 at 4:21 PM, Blondeau Vincent wrote: >> > >> >> >> >> I try to move the R dll close to my Pharo VM and also inside the >> >> Plugins directory but without success ... >> > >> > It should be at the same location that libcairo.2.dylib >> > >> >>

Re: [Pharo-users] [Pharo-dev] [ANN] RProjectConnector V2.1

2016-09-14 Thread Blondeau Vincent
> > > >> > >> I try to move the R dll close to my Pharo VM and also inside the > >> Plugins directory but without success ... > > > > It should be at the same location that libcairo.2.dylib > > > >> Is there a way to say where are the R dll instead of copying them ? > > Are you using the system to