[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Interpreted methods
- To: (BUG LISPM) at MIT-AI
- Subject: Interpreted methods
- From: dlw at MIT-AI (Daniel L. Weinreb)
- Date: Thu ,9 Oct 80 14:30:00 EDT
- Sent-by: TK at MIT-AI
Henry Lieberman has complained that there is no way to single-step through
methods. Indeed, as far as I can tell, the compiler is automatically invoked
on methods whenever the flavor system wants it to be, and there is
no way to prevent this. Lisp-level (high level language) stepping really
is a useful thing sometimes; there ought to be a way to get this
for methods.