Re: [Pharo-users] mentor wanted

2020-04-24 Thread Richard O'Keefe
Roelof, I don't think CRC cards or the GRASP patterns or anything like that addresses your immediate needs. Based on other questions of yours it seems to me that your problem is not *organising* the responsibilities in an OO program, but decomposing a problem into responsibilities in the first

Re: [Pharo-users] All file accesses get externalCalledFailed exceptions.

2020-04-24 Thread Michael Burns via Pharo-users
--- Begin Message --- Thanks Tim! Problem solved. I did as you suggest and added Pharo.app (and Squeak*.app) to the "Files and Folders” and tried again. That resolved the primary issue but when opening File Browser I got a different exception referring to /.VolumeIcon.icns not being able to

Re: [Pharo-users] Don't tell I sent that ;)

2020-04-24 Thread Bernardo Ezequiel Contreras
see http://stephane.ducasse.free.fr/FreeBooks.html that's a good link. On Fri, Apr 24, 2020 at 4:57 AM Cédrick Béler wrote: > Found the link. As I guess not legal, I send private. > > I’ve the book. I liked it if I remember ;) > > >

Re: [Pharo-users] Non-blocking IO

2020-04-24 Thread Sven Van Caekenberghe
Daniel, > On 24 Apr 2020, at 12:35, Daniel Turczański wrote: > > Thanks. Are there any benchmarks available for Pharo HTTP servers? Is it > possible to achieve a performance similar to node.js? I know the biggest > selling point of Smalltalk is not perf but still I'm curious. Benchmarking is

Re: [Pharo-users] Non-blocking IO

2020-04-24 Thread Daniel Turczański
Thanks. Are there any benchmarks available for Pharo HTTP servers? Is it possible to achieve a performance similar to node.js? I know the biggest selling point of Smalltalk is not perf but still I'm curious. The Concurrency book [1] says that Pharo's Process is like a fibre and is lightweight.

Re: [Pharo-users] Non-blocking IO

2020-04-24 Thread dturczanski
Thanks for pointing out the difference between non-blocking and async IO. I think in Java NIO there is a thread that constantly calls the [e]poll() in the background and this way the IO becomes non-blocking. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] mentor wanted

2020-04-24 Thread Roelof Wobben via Pharo-users
--- Begin Message --- Op 24-4-2020 om 09:49 schreef Hilaire: Find it. It is a chapter of the book Squeak, Open Personal Computing and Multimedia http://sdmeta.gforge.inria.fr/FreeBooks/GuzdialBookDrafts/DesignObjects-ch4.pdf

Re: [Pharo-users] Don't tell I sent that ;)

2020-04-24 Thread Cédrick Béler
And of course the email was intended to be private :s Sorry for that. Cédrick > Le 24 avr. 2020 à 09:56, Cédrick Béler a écrit : > > Found the link. As I guess not legal, I send private. > > I’ve the book. I liked it if I remember ;) > >

[Pharo-users] Don't tell I sent that ;)

2020-04-24 Thread Cédrick Béler
Found the link. As I guess not legal, I send private. I’ve the book. I liked it if I remember ;) https://doc.lagout.org/programmation/Smalltalk/Smalltalk%20-%20Objects%20and%20Design.pdf Cheers, Cédrick

Re: [Pharo-users] mentor wanted

2020-04-24 Thread Hilaire
Find it. It is a chapter of the book Squeak, Open Personal Computing and Multimedia http://sdmeta.gforge.inria.fr/FreeBooks/GuzdialBookDrafts/DesignObjects-ch4.pdf Le 24/04/2020 à 09:39, Hilaire a écrit : I remember about a

Re: [Pharo-users] mentor wanted

2020-04-24 Thread Hilaire
Hi Roelof, I remember about a Smalltalk book presenting the CRC concept precisely used to cut complex problem in small chunks. I can't find the reference right now but it is very likely among those books available online (http://stephane.ducasse.free.fr/FreeBooks.html). May be a member of

Re: [Pharo-users] mentor wanted

2020-04-24 Thread Roelof Wobben via Pharo-users
--- Begin Message --- Op 23-4-2020 om 23:53 schreef Richard Sargent: On Thu, Apr 23, 2020 at 2:42 PM Roelof Wobben wrote: Op 23-4-2020 om 23:00 schreef