[racket] Command line Racket equivalent of DrRacket's Racket | Run (CTRL+T or F5)?
>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?
>