Re: [Pharo-users] Debugger question

2013-06-02 Thread Clément Bera
Yeah there was a bug report about stepping on Processor terminateActive. I tried with the latest Pharo VM and I was able to do Cmd . to interrupt. It worked several times, but it might be just a question of luck. It is not easy to fix. We could as a temporary patch hardcode the step over terminat

Re: [Pharo-users] Debugger question

2013-06-02 Thread p...@highoctane.be
Ok. I'll get the latest PharoVM and move from there. And recovering lost changes when facing this is just a huge pain. Phil On Sunday, June 2, 2013, Clément Bera wrote: > Yeah there was a bug report about stepping on Processor terminateActive. > > I tried with the latest Pharo VM and I was abl

Re: [Pharo-users] Debugger question

2013-06-02 Thread Camillo Bruni
Most probably you know that already, but you can load the changes of another image. That might help to ease the migration a bit :/: simply drag and drop a .changes file onto an image and you can replay whatever was in there... On 2013-06-02, at 10:52, "p...@highoctane.be" wrote: > Ok. > > I'll g

Re: [Pharo-users] Pharo consultants

2013-06-02 Thread Bahman Movaqar
On 2013-06-02 07:26, b...@openinworld.com wrote: > Bahman Movaqar wrote: >> On 2013-06-01 10:40, Stéphane Ducasse wrote: >> >>> Hi guys >>> >>> I think that we are doing a poor job selling ourselves. I think that the >>> quality of our community is in >>> general excellent but we do not sell i

Re: [Pharo-users] dissertation statement validation - runtime class definition manipulation

2013-06-02 Thread Stéphane Ducasse
On Jun 2, 2013, at 5:48 AM, Bahman Movaqar wrote: > On 2013-06-02 08:01, b...@openinworld.com wrote: >> >> I hope you guys don't mind, but in writing my dissertation and there is >> no one local with Smalltalk experience to double-check some statements >> that I'm making. Over the next few wee

Re: [Pharo-users] Debugger question

2013-06-02 Thread Stéphane Ducasse
On Jun 2, 2013, at 10:51 AM, p...@highoctane.be wrote: > Ok. > > I'll get the latest PharoVM and move from there. > > And recovering lost changes when facing this is just a huge pain. we are working on a totally new tool and model for change recovery and publication. Probably ready for the en

Re: [Pharo-users] Pharo consultants

2013-06-02 Thread Stéphane Ducasse
On Jun 1, 2013, at 11:55 PM, Mariano Martinez Peck wrote: > > > > On Sat, Jun 1, 2013 at 3:10 AM, Stéphane Ducasse > wrote: > Hi guys > > I think that we are doing a poor job selling ourselves. I think that the > quality of our community is in > general excellent but we do not sell it. I

Re: [Pharo-users] Pharo consultants

2013-06-02 Thread Stéphane Ducasse
Thanks for your feedback. I agree with most of them (to me seasie is lacking a nice library of premade components), now you have also reef (lacks a good oducmentation that encapsulates javascript) and amber for the client side. With Pharo our goal is to make sure that people can make business. W

[Pharo-users] SourceCity is now MIT

2013-06-02 Thread Stéphane Ducasse
Hi guys with the other synectique guys http://www.snectique.eu we decided to open-source SourceCity. http://rmod.lille.inria.fr/web/pier/software/SourceCity http://smalltalkhub.com/#!/~ErwanDouaille/SourceCity/ MCSmalltalkhubRepository owner: 'ErwanDouaille' project: 'So

Re: [Pharo-users] [Moose-dev] SourceCity is now MIT

2013-06-02 Thread Serge Stinckwich
Thank you Synectique ! Envoyé de mon iPhone Le 2 juin 2013 à 12:22, Stéphane Ducasse a écrit : > Hi guys > > with the other synectique guys http://www.snectique.eu we decided to > open-source SourceCity. > http://rmod.lille.inria.fr/web/pier/software/SourceCity > > http://smalltalkhub.

Re: [Pharo-users] SourceCity is now MIT

2013-06-02 Thread Tudor Girba
Excellent news! Doru On Jun 2, 2013, at 12:22 PM, Stéphane Ducasse wrote: > Hi guys > > with the other synectique guys http://www.snectique.eu we decided to > open-source SourceCity. > http://rmod.lille.inria.fr/web/pier/software/SourceCity > > http://smalltalkhub.com/#!/~ErwanDouaill

Re: [Pharo-users] Pharo consultants

2013-06-02 Thread bobn
Bahman, We, as Smalltalkers, are very good at talking among ourselves, but what we really need is to get more people to have your experience. I think your comments have more value than most on this forum. At our Toronto Smalltalk User Group meetings we've talked about getting out to other soft

Re: [Pharo-users] Pharo consultants

2013-06-02 Thread btc
Bahman Movaqar wrote: On 2013-06-02 07:26, b...@openinworld.com wrote: Bahman Movaqar wrote: On 2013-06-01 10:40, Stéphane Ducasse wrote: Hi guys I think that we are doing a poor job selling ourselves. I think that the quality of our commun

Re: [Pharo-users] Pharo consultants

2013-06-02 Thread btc
b...@openinworld.com wrote: Bahman Movaqar wrote: > > ** A very good way to promote a mature and well thought-out language > like Smalltalk/Pharo is to something serious with it and let people know > about it. Honestly, I'd write a business application, open source it > and try to promote it on

Re: [Pharo-users] Pharo consultants

2013-06-02 Thread Bahman Movaqar
On 2013-06-02 17:54, b...@rogers.com wrote: > Bahman, > We, as Smalltalkers, are very good at talking among ourselves, but what > we really need is to get more people to have your experience. I think > your comments have more value than most on this forum. > > At our Toronto Smalltalk User Group m

Re: [Pharo-users] Pharo consultants

2013-06-02 Thread Bahman Movaqar
On 2013-06-02 19:07, b...@openinworld.com wrote: > b...@openinworld.com wrote: >> Bahman Movaqar wrote: >> > >> > ** A very good way to promote a mature and well thought-out language >> > like Smalltalk/Pharo is to something serious with it and let people >> know >> > about it. Honestly, I'd writ

Re: [Pharo-users] Debugger question

2013-06-02 Thread Juan Ignacio Vaccarezza
Phil, You can take a look at http://smalltalkhub.com/#!/~sebnozzi/CategorySaver This is not a solution for your real problem but it might help to reduce the impact. Regards, Juan On Sun, Jun 2, 2013 at 5:51 AM, p...@highoctane.be wrote: > Ok. > > I'll get the latest PharoVM and move f

Re: [Pharo-users] Pharo consultants

2013-06-02 Thread Stéphane Ducasse
I thought about the same. This is a pity that I do not have the knowledge to build one :) On Jun 2, 2013, at 3:50 PM, b...@openinworld.com wrote: > I have had similar thoughts that many people are first drawn to an > application, and then end up in its development language by default. My > th

Re: [Pharo-users] Pharo consultants

2013-06-02 Thread Stéphane Ducasse
> > But in general, I personally, 100% agree with you. Nothing better > attracts the likes of me and at the same time proves the potentials of > Smalltalk. I've already started a small project named Simin[1] with the > exact same goal. I strongly encourage you to have a look at magritte because

[Pharo-users] Where to get Magritte?

2013-06-02 Thread Bahman Movaqar
Hi all, What is the correct/current repository for Magritte? TIA, -- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation, Deployment Consultant

Re: [Pharo-users] Where to get Magritte?

2013-06-02 Thread btc
Bahman Movaqar wrote: Hi all, What is the correct/current repository for Magritte? TIA, To play with Magritte3, I would suggest downloading Moose [1] where it is integrated with some other tools. Moose is a distribution based off Pharo for software and data analysis. While there, you may