Setting language with #lang in the REPL
问题 I would like to set the language in the REPL on the fly, with #lang , not using "-I" command-line argument. But this gives me the error "read: #lang not enabled in the current context". Is there a command-line switch that I'm missing? Or maybe a ",metacommand" I can use? The reason I need this is because I would like to be able to send an Emacs buffer to the Racket REPL, but that won't work if the file starts with #lang . 回答1: [Edit] I can't get C-x C-b to work with #lang either. But a buffer