[racket] Is Racket have Lisp's dynamic code change ability?

From: Danny Yoo (dyoo at cs.wpi.edu)
Date: Tue Mar 6 17:01:45 EST 2012

> As a beginner I'm researching the capabilities of Scheme versus CL. As I
> understand, CL allows for changing the code as it is running in the REPL (as
> advertised in StumpWM, "Lisp at JPL" etc.). Does Racket allow this?

Have you seen the section in the documentation that talks about
dynamic evaluation?

    http://docs.racket-lang.org/guide/reflection.html

Posted on the users mailing list.