[racket] Testing cmdline argument processing within DrRacket?

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Thu Apr 28 06:50:30 EDT 2011

Open the language dialog in a #lang racket module. Click Show Details. See right panel, second from bottom. Enter strings between () like this #("hello" "3" "4" "world"). Done. 

Now run this program

  #lang racket
  (current-command-line-arguments)





On Apr 28, 2011, at 3:19 AM, Scott M wrote:

> I'm using racket/cmdline to process command line arguments for my
> program. Is there a way to enter "pseudo" command line arguments to
> one's program within DrRacket? I recall this feature was available way
> back in the '80-90s era Turbo* language IDE days.
> 
> Much thanks in advance for any and all advice.
> 
> - S.
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users




Posted on the users mailing list.