[Pharo-users] Re: BlockClosure folding

2022-03-14 Thread Julián Maestri
Not satisfying the equality, but you can use polymorphism. Block >> , aBlock ^ BlockCompositor andAll: OrderedCollection with: self with: aBlock BlockCompositor >> #, aBlock conditions add: aBlock. BlockCompositor >> value: anObject ^ conditions allSatisfy: [:e | e value: anObject ]

[Pharo-users] BlockClosure folding

2022-03-14 Thread Hernán Morales Durand
I think I saw a coding pattern a while ago that allows you to do the following: cond1 , cond2 , cond3 , cond4 And providing a kind of folding selector condition #and: you would get: [ cond1 and: [ cond2 and: [ cond3 and: [ cond4 ] ] ] ]. for example: conditions := [ : each | each firstName = '

[Pharo-users] Re: pharo image and vm

2022-03-14 Thread Esteban Lorenzano
but is true is not "recommended", I should phrase what is there better ;) Also VM should work anyway... but Ubuntu 16.04 is pretty old, I am no surprised it is not working properly (and no idea if we can make it work easily... I will let Pablo Tesone answer that)... in OBS we start by ubuntu 18

[Pharo-users] Re: pharo image and vm

2022-03-14 Thread Otto Behrens
Thanks Esteban, I'm on Ubuntu 16.04. Where did I miss the "pointed in the download page"? If I go to https://pharo.org/download, I can see a section called "Pharo standalone", with a link there to " - Pharo VM 9 for Linux: 64bit (default)

[Pharo-users] Re: pharo image and vm

2022-03-14 Thread Esteban Lorenzano
Hi, which is your distribution? In anycase, as pointed in the download page, preferred way in linux to install the vm is through openbuildservice: https://software.opensuse.org/download.html?project=devel:languages:pharo:latest&package=pharo9-ui can you try one of that and tell us if problem rem

[Pharo-users] pharo image and vm

2022-03-14 Thread Otto Behrens
Hi, I downloaded a new pharo from https://files.pharo.org/get-files/90/pharo64.zip https://files.pharo.org/get-files/90/pharo64-linux-stable.zip When I start up the image with the VM, I get "Your VM is too old for this image. Please download the latest VM" None of the shortcut keys seem to work

[Pharo-users] [ANN] Camp Smalltalk Supreme's Speaker Line-up

2022-03-14 Thread horrido . hobbies
Here it is: https://campsmalltalksupreme.wordpress.com/2020/06/28/daily-events/ Looks like a very strong event!