3

I'm often editing code in typed/racket which isn't in executable shape yet (unfinished code, unbalanced parens).

And I need to open repl and try out expressions in it. I think it's not possible to change #lang when I'm in the repl already, so is there a way I can configure emacs to open the repl in a specific lang? If I could give an argument to a command like M-x racket-repl, that'd be best.

This question was also asked in this comment but remains unanswered.

Peeyush Kushwaha
  • 3,453
  • 8
  • 35
  • 69
  • 1
    Not quite starting the repl in a `#lang`, but couldn't you just `(require typed/racket)` once the repl has been started? – mindthief Jan 02 '20 at 05:29

0 Answers0