[racket] Full command line arguments

From: Tony Garnock-Jones (tonyg at ccs.neu.edu)
Date: Wed Jan 16 11:49:49 EST 2013

On 01/15/2013 05:40 AM, Laurent wrote:
> The purpose is to be able to relaunch the process.

Another approach might be to create an outer wrapper which builds a 
nested namespace, custodian etc, within which your program is 
dynamic-required.

That way, you can signal to the wrapper to destroy the running custodian 
and start afresh without having to exit or restart the unix process 
itself. A little like servlet reloading.

This would work cross-platform and in both DrRacket and Racket, I imagine.

Regards,
   Tony

Posted on the users mailing list.