require* at the REPL can replace #%top-interaction and REPL reader #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(require* mod)
can wrap the remainder of the file in a different#%module-begin
.The behaviour should be similar at the REPL, so that
(require* mod)
alters the REPL so that later lines are read and evaluated by the freshly-loadedmod
.IIUC, this means
require*
has to replace the REPL reader (using a parameter?), and shadow the old#%top-interaction
.This issue was moved to jeapostrophe/remix#5