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开发者_如何学Go source code, but just the compiled one.
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.
精彩评论