Re: [Pharo-users] calling block from within itself

2015-03-08 Thread Peter Uhnák
Very informative article, thanks! Peter On Sat, Mar 7, 2015 at 2:17 PM, Sven Van Caekenberghe wrote: > Hi Peter, > > See the section 'How can a block refer to itself ?' in > https://medium.com/concerning-pharo/lambda-calculus-in-pharo-a4a571869594 > > HTH, > > Sven > > > On 07 Mar 2015, at 13:4

Re: [Pharo-users] calling block from within itself

2015-03-07 Thread Sven Van Caekenberghe
Hi Peter, See the section 'How can a block refer to itself ?' in https://medium.com/concerning-pharo/lambda-calculus-in-pharo-a4a571869594 HTH, Sven > On 07 Mar 2015, at 13:44, Peter Uhnák wrote: > > Hi, > > I want to use a block from within itself... is there a better way than > passing i