Re: Launch, connect, communicate

2016-08-19 Thread Alastair Houghton
On 16 Aug 2016, at 00:26, Andrew Keller wrote: > > 1. If the main Plot app is _not_ running in the current Aqua session, then > launch a new copy in the current Aqua session. > 2. Open some sort of a socket to the main Plot app in the current Aqua > session. > 3. Accept numbers on stdin, and fo

Re: Launch, connect, communicate

2016-08-19 Thread Andrew Keller
Am 16.08.2016 um 8:35 vorm. schrieb Jens Alfke : > On Aug 15, 2016, at 7:26 PM, Andrew Keller > wrote: >> >> 1. If the main Plot app is _not_ running in the current Aqua session, then >> launch a new copy in the current Aqua session. >> 2. Open some sort of a socket

Re: Launch, connect, communicate

2016-08-19 Thread Jens Alfke
> On Aug 15, 2016, at 7:26 PM, Andrew Keller wrote: > > 1. If the main Plot app is _not_ running in the current Aqua session, then > launch a new copy in the current Aqua session. > 2. Open some sort of a socket to the main Plot app in the current Aqua > session. > 3. Accept numbers on stdin,

Launch, connect, communicate

2016-08-15 Thread Andrew Keller
Hi all, In the course of normal work, I put together a really simple plotting application. The problem: I’m at a command-line, and I have some numbers, and I want to see them on a simple plot to quickly identify patterns. My first solution: A simple Cocoa app that reads the numbers on stdin,