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

De-abstactify INSPECT* and remove DEFINTERFACE? #20

Open aartaka opened 1 year ago

aartaka commented 1 year ago

definterface was a premature optimization. Inspector is restricted by this abstraction, and this abstraction is not really universal due to being inspector-specific. It will help to make inspect* even more fine-grained without restricting it to a supposed reuse (in ed*?).

aartaka commented 1 year ago

See the inspect-de-abstractify branch for heavy WIP work no that.