require* at the REPL can replace #%top-interaction and REPL reader #2

Closed
opened 2016-11-30 13:05:45 +00:00 by SuzanneSoy · 1 comment
SuzanneSoy commented 2016-11-30 13:05:45 +00:00 (Migrated from github.com)

(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-loaded mod.

IIUC, this means require* has to replace the REPL reader (using a parameter?), and shadow the old #%top-interaction.

`(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-loaded `mod`. IIUC, this means `require*` has to replace the REPL reader (using a parameter?), and shadow the old `#%top-interaction`.
SuzanneSoy commented 2016-12-02 18:49:07 +00:00 (Migrated from github.com)

This issue was moved to jeapostrophe/remix#5

This issue was moved to jeapostrophe/remix#5
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/remix#2
No description provided.