user618815
user618815

Reputation:

Compiling Racket bytecode hangs

I was trying to compile Racket bytecode to excecutable. However, when I typed racket parser_rkt.zo, then there was nothing showing but the cursor kept flashing...What reasons can it be?

btw, I have no source code, but just the compiled one.

Upvotes: 0

Views: 237

Answers (1)

Sam Tobin-Hochstadt
Sam Tobin-Hochstadt

Reputation: 5053

Probably the program is simply waiting for input. Running racket parser_rkt.zo does run that program, so if it doesn't produce anything, that's probably just how the program behaves.

Upvotes: 1

Related Questions