Re: [Pharo-users] Gemstone as a service?

2018-08-20 Thread Richard Sargent
Well, Iwan, we are definitely interested in what our customers' needs are. I think it's fair to say that the only things we have excluded are things that would bankrupt us. GemTalk is truly interested in learning what our customers want to do and in producing solutions that meet those needs. On S

[Pharo-users] Pharo and Docker (some steps)

2018-08-20 Thread Torsten Bergmann
For those interested in Docker: I recently played with Pharo and Docker and summarized some of my steps in a small tutorial in my Pharo wiki: http://wiki.astares.com/pharo/613 There is also a page following Mike Filonovs suggestions on the Pharo docker file: http://wiki.astares.com/ph

[Pharo-users] don't understand why cascading doesn't work

2018-08-20 Thread Gregg Williams
I'm embarrassed to write about this. I've been playing with the code, reading docs, etc. for an hour: With a Transcript window open, executing any of the following lines (from a Playground): Transcript show: 1; ' '; 2; cr. Transcript show: 'a'; cr; 'b'. Transcript show: 1; cr;

Re: [Pharo-users] don't understand why cascading doesn't work

2018-08-20 Thread Sven Van Caekenberghe
Gregg, > On 21 Aug 2018, at 08:08, Gregg Williams wrote: > > I'm embarrassed to write about this. I've been playing with the code, reading > docs, etc. for an hour: > > With a Transcript window open, executing any of the following lines (from a > Playground): > > Transcript show: 1; ' ';