I'm trying to use geiser-mode in emacs to run racket code. I've been able to install geiser-mode and launched racket.
Yet when I run a definition twice I got the following error. this name was defined previously and cannot be re-defined
here is simple example
(define a (* 1 4))
a
run twice
In the debugger
#a: this name was defined previously and cannot be re-defined
#in: a