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
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
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;
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; ' ';