issues
search
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
YES-OR-NO-P* and Y-OR-N-P* completeness
#9
Open
aartaka
opened
1 year ago
aartaka
commented
1 year ago
[ ] Adjust printing to options (i.e. print
(a[y] or [n]ay)
when
ay
and
nay
are the only options).
[ ] Maybe make
yes-or-no-p*
stricter after all?
[ ] Add general prompting facility? Some implementations have it as part of debugger or top level loop.
(a[y] or [n]ay)
whenay
andnay
are the only options).yes-or-no-p*
stricter after all?