Re: [racket-users] Should #; comments be colored as comments or code in Dr Racket?

2018-10-09 Thread Philippe Mechaï
Just for the record, the bug seems to be known to someone :) https://github.com/racket/gui/blob/master/gui-lib/framework/private/color.rkt#L989 On Mon, Oct 8, 2018 at 8:15 PM Robby Findler wrote: > I like the idea that you suggested where the parens keep their paren > color but the rest of the

[racket-users] distributed places on remote host

2018-10-09 Thread Cam
I have these two files: my-test.rkt: > #lang racket > > (require racket/place/distributed > racket/runtime-path > "my-worker.rkt") > > (define-runtime-path worker-path "my-worker.rkt") > > (define remote-node (spawn-remote-racket-node > "localhost" >

Re: [racket-users] Places code not using all the CPU

2018-10-09 Thread 'Paulo Matos' via Racket Users
On 05/10/2018 19:23, Matthew Flatt wrote: > > We should certainly update the documentation with information about the > limits of parallelism via places. > Added PR: https://github.com/racket/racket/pull/2304 -- Paulo Matos -- You received this message because you are subscribed to the G