Re: [Pharo-users] Is lazy evaluation of infinite series possible?

2016-05-29 Thread Evan Donahue
Hello, Other people are probably better qualified to weigh in on the best ways to manage packages in a Pharo image, but this is what I do: 1) Left click on the "desktop" to bring up the "world menu" and select "Monticello Browser." 2) Click the "+Repository" button and select "smalltalkhub.com"

Re: [Pharo-users] [ANN] New Pharo Glorp version and Book chapter

2016-05-29 Thread Pablo R. Digonzelli
Excellent Esteban. Thanks a lot Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Dividato SA 25 de Mayo 521 San Miguel de Tucumán Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: "Esteban A. Maringolo"

Re: [Pharo-users] [ANN] New Pharo Glorp version and Book chapter

2016-05-29 Thread Pablo R. Digonzelli
Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Dividato SA 25 de Mayo 521 San Miguel de Tucumán Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: "Esteban A. Maringolo" Para: "Pharo users"

Re: [Pharo-users] Is lazy evaluation of infinite series possible?

2016-05-29 Thread Erisa
I took a look at the numerical methods book, but it seems oriented to actually evaluating an infinite series up to a certain accuracy. With formal power series all we want are the coefficients. For example, consider the series S = 1 + x + x^2 + x^3 + ... The coefficients are an infinite list

Re: [Pharo-users] Is lazy evaluation of infinite series possible?

2016-05-29 Thread stepharo
Hello Erisa I am just learning Pharo (taking the MOOC actually!) :) and am wondering whether it is possible to model formal power series. I have done this in Haskell quite easily and efficiently, but struggled to do it in Python without real success. It requires one to perform operations

Re: [Pharo-users] (no subject)

2016-05-29 Thread stepharo
Le 29/5/16 à 12:04, frankl1_miky a écrit : Thanks for all your answers, It's true that pharo community is active. I'll give you feedback about my progress. I'm having fun with Pharo Mooc at this period. I'm happy to see that all the energy I put in the mooc is useful :) Thanks for your

[Pharo-users] [ANN] New Pharo Glorp version and Book chapter

2016-05-29 Thread Esteban A. Maringolo
Hello all, During the first part of the year, and sponsored by the Pharo Consortium, I started a new port of Glorp, the Object-Relational mapper, based on the latest version available in VW 8.0.1. This latest port was done from scratch in Pharo and brings features and bugfixes that were

Re: [Pharo-users] Is lazy evaluation of infinite series possible?

2016-05-29 Thread Evan Donahue
Hello, I know infinite series are mentioned in the numerical methods book, although I haven't worked with those classes specifically. http://files.pharo.org/books/numerical-methods/2016-04-NumericalMethods.pdf You could also use a LazyList, depending on what you were doing, from

Re: [Pharo-users] Saving to local git and "Loading all file names from http://...pharo5/inbox"

2016-05-29 Thread Thierry Goubier
Le 29/05/2016 14:04, Peter Uhnak a écrit : On Sun, May 29, 2016 at 11:21:21AM +0200, Thierry Goubier wrote: Le 29/05/2016 11:15, Peter Uhnák a écrit : > All this is so that my .5 would not conflict with someone else .5 How is this a problem? Because it will be "Me.5" and "You.5", so there

Re: [Pharo-users] Saving to local git and "Loading all file names from http://...pharo5/inbox"

2016-05-29 Thread Peter Uhnak
On Sun, May 29, 2016 at 11:21:21AM +0200, Thierry Goubier wrote: > Le 29/05/2016 11:15, Peter Uhnák a écrit : > > > All this is so that my .5 would not conflict with someone else .5 > > > > How is this a problem? Because it will be "Me.5" and "You.5", so there > > can't be any conflict. > >

[Pharo-users] QCMagritte & Voyage?

2016-05-29 Thread Udo Schneider
All, I'm currently trying to wrap my head around QCMagritte. So far it seems to include most of what I need. I'm not sure though how/where to integrate a persistency layer (i.e. Voyage in this case). I'm either missing some place to activly take control and do saving/upgrading or any

Re: [Pharo-users] (no subject)

2016-05-29 Thread frankl1_miky
Thanks for all your answers, It's true that pharo community is active. I'll give you feedback about my progress. I'm having fun with Pharo Mooc at this period. Thanks for your help! -- View this message in context: http://forum.world.st/no-subject-tp4894192p4897990.html Sent from the Pharo

Re: [Pharo-users] Saving to local git and "Loading all file names from http://...pharo5/inbox"

2016-05-29 Thread Thierry Goubier
Le 29/05/2016 11:15, Peter Uhnák a écrit : > All this is so that my .5 would not conflict with someone else .5 How is this a problem? Because it will be "Me.5" and "You.5", so there can't be any conflict. Me.5 and Me.5 are possible... Think of numbering your own stuff on two different

Re: [Pharo-users] Saving to local git and "Loading all file names from http://...pharo5/inbox"

2016-05-29 Thread Peter Uhnák
> All this is so that my .5 would not conflict with someone else .5 How is this a problem? Because it will be "Me.5" and "You.5", so there can't be any conflict. Peter On Sun, May 29, 2016 at 10:37 AM, Sven Van Caekenberghe wrote: > > > On 29 May 2016, at 10:28, Holger Freyther

Re: [Pharo-users] Saving to local git and "Loading all file names from http://...pharo5/inbox"

2016-05-29 Thread Sven Van Caekenberghe
> On 29 May 2016, at 10:28, Holger Freyther wrote: > > >> On 29 May 2016, at 09:58, Sven Van Caekenberghe wrote: >> >> >>> >>> For some reason the package manager is refreshing all packages. I don't >>> know why it happens, and it's quite annoying

Re: [Pharo-users] Saving to local git and "Loading all file names from http://...pharo5/inbox"

2016-05-29 Thread Holger Freyther
> On 29 May 2016, at 09:58, Sven Van Caekenberghe wrote: > > >> >> For some reason the package manager is refreshing all packages. I don't know >> why it happens, and it's quite annoying (because it slows down commits), but >> it doesn't cause any actual problems, so don't

Re: [Pharo-users] Saving to local git and "Loading all file names from http://...pharo5/inbox"

2016-05-29 Thread Sven Van Caekenberghe
> On 29 May 2016, at 09:51, Peter Uhnak wrote: > > On Sat, May 28, 2016 at 10:48:47PM +0200, Holger Freyther wrote: >> Hi, >> >> every time I save a local package using gitfiletree:// it tries to download >> from the pharo5 inbox. Is this to be expected? I do not have the