Re: [racket-users] Re: send-new-place-channel-to-named-dest usage question

2015-09-22 Thread Matthew Flatt
At Mon, 21 Sep 2015 05:22:34 -0700 (PDT), Tim Brown wrote: > On Sunday, August 9, 2015 at 11:11:00 AM UTC+1, Tim Brown wrote: > > On 8 August 2015 15:13:01 BST, Matthew Flatt wrote: > > >I fixed the minor issue, but I haven't been able to figure out how > > >`send-new-place-channel-to-named-dest`

Re: [racket-users] Re: send-new-place-channel-to-named-dest usage question

2015-09-21 Thread Tim Brown
Matthew, On Sunday, August 9, 2015 at 11:11:00 AM UTC+1, Tim Brown wrote: > On 8 August 2015 15:13:01 BST, Matthew Flatt wrote: > >I fixed the minor issue, but I haven't been able to figure out how > >`send-new-place-channel-to-named-dest` is meant to work, either. (I'll > >try again to contact K

Re: [racket-users] Re: send-new-place-channel-to-named-dest usage question

2015-08-09 Thread Tim Brown
Thanks, Matthew. Tim On 8 August 2015 15:13:01 BST, Matthew Flatt wrote: >I fixed the minor issue, but I haven't been able to figure out how >`send-new-place-channel-to-named-dest` is meant to work, either. (I'll >try again to contact Kevin.) > >At Thu, 6 Aug 2015 11:32:29 +0100, Tim Brown wrote

Re: [racket-users] Re: send-new-place-channel-to-named-dest usage question

2015-08-08 Thread Matthew Flatt
I fixed the minor issue, but I haven't been able to figure out how `send-new-place-channel-to-named-dest` is meant to work, either. (I'll try again to contact Kevin.) At Thu, 6 Aug 2015 11:32:29 +0100, Tim Brown wrote: > On 06/08/15 11:29, Tim Brown wrote: > > (define node (create-place-node "lo

[racket-users] Re: send-new-place-channel-to-named-dest usage question

2015-08-06 Thread Tim Brown
On 06/08/15 11:29, Tim Brown wrote: > (define node (create-place-node "localhost" #:listen-port 6344)) > ;; [!] this prints out (to stdout) "(6344)" As a minor side issue, create-place-node prints what looks like a list of the listen port number to standard out. (Or it prints the listen port i