[racket] Command line Racket equivalent of DrRacket's Racket | Run (CTRL+T or F5)?

From: Greg Hendershott (greghendershott at gmail.com)
Date: Mon Dec 13 12:47:16 EST 2010

Thank you Noel, that works.

On Mon, Dec 13, 2010 at 12:39 PM, Noel Welsh <noelwelsh at gmail.com> wrote:
> From the command line:
>
>  racket -e '(enter! "test.rkt")'
>
> From the REPL:
>
>  (enter! "test.rkt")
>
> It is a bit clumsy from the command line.
>
> N.
>
> On Mon, Dec 13, 2010 at 5:19 PM, Greg Hendershott
> <greghendershott at gmail.com> wrote:
>> I feel like I'm missing something obvious here.
>>
>> Using Racket interactively from the command-line, how do I get a
>> similar result as choosing Racket | Run (e.g. CTRL+T or F5) in
>> DrRacket?
>>
>


Posted on the users mailing list.