Re: [racket-users] Syntax Parse Bee 2021

2021-08-03 Thread Stephen De Gabrielle
The bee is still on! Have you made a contribution yet? Write a macro with Racket this summer! Win stickers! The purpose of this event is to grow the syntax-parse-example documentation and repository to grow as a resource for the Racket community. (You can also contribute directly to the syntax

Re: [racket-users] Equivalent of exec

2021-08-03 Thread Shu-Hung You
On Tue, Aug 3, 2021 at 1:13 PM George Neuner wrote: > > > On 8/3/2021 1:03 PM, Norman Gray wrote: > > On 3 Aug 2021, at 17:38, George Neuner wrote: > > > >> Racket is multi-platform and tries to present a common API for > >> dealing with underlying operating systems. Windows is an important > >>

Re: [racket-users] Equivalent of exec

2021-08-03 Thread George Neuner
On 8/3/2021 1:03 PM, Norman Gray wrote: On 3 Aug 2021, at 17:38, George Neuner wrote: Racket is multi-platform and tries to present a common API for dealing with underlying operating systems.  Windows is an important platform, but Windows does not have the concept of fork/exec ... so

Re: [racket-users] Equivalent of exec

2021-08-03 Thread Norman Gray
George, hello. On 3 Aug 2021, at 17:38, George Neuner wrote: Racket is multi-platform and tries to present a common API for dealing with underlying operating systems.  Windows is an important platform, but Windows does not have the concept of fork/exec ... so Racket doesn't offer it

Re: [racket-users] Equivalent of exec

2021-08-03 Thread George Neuner
On 8/3/2021 12:14 PM, Norman Gray wrote: Greetings. I can't find a way of doing something equivalent to exec in Racket.  Is this Hard, or am I just missing it? By 'exec', I mean the equivalent of replacing the process with a new image, as distinct from `system` (and friends) or `process`

[racket-users] Equivalent of exec

2021-08-03 Thread Norman Gray
Greetings. I can't find a way of doing something equivalent to exec in Racket. Is this Hard, or am I just missing it? By 'exec', I mean the equivalent of replacing the process with a new image, as distinct from `system` (and friends) or `process` (and friends), which are concerned with