aartaka / graven-image

Portability library for better interaction and debugging of a running Common Lisp image through text REPL.
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

ED* implementation plan #27

Open aartaka opened 1 year ago

aartaka commented 1 year ago

A rough set of features/commands (most of them have synonyms, in case we do several commands or need a replacement):

Which means ed* should dispatch at least over:

CC @fstamour

fstamour commented 1 year ago

Where does ed* stops and inspect* begins (if inspect* can also edit)?

fstamour commented 1 year ago

For reference:

aartaka commented 1 year ago

I'll expand the list of commands in the toplevel comment with the ones taken from UNIX ed and Paredit. On the weekend, likely.

EDIT: command/comment typos :sweat_smile:

aartaka commented 12 months ago

Where does ed* stops and inspect* begins (if inspect* can also edit)?

inspect* can modify certain parts of inspected object (usually, object slots). Not sure where to delineate...

aartaka commented 12 months ago

I've expanded the list of commands. Not definitive, needs review and critical assessment. More synonyms won't hurt either.