Compile Commands
REPL Command: compile exp
Generate compiled code.
REPL Command: compile-file file
Compile a file.
REPL Command: expand exp
Expand any macros in a form.
REPL Command: optimize exp
Run the optimizer on a piece of code and print the result.
REPL Command: disassemble exp
Disassemble a compiled procedure.
REPL Command: disassemble-file file
Disassemble a file.