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
DRIBBLE* completeness
#12
Open
aartaka
opened
1 year ago
aartaka
commented
1 year ago
[x] Start the dribble file with an
(in-package :NAME)
for code reproducibility. If the package is unknown, the code might be read really wrong...
While 90% of REPL sessions end up in
CL-USER
, which is fairly reproducible, there are the remaining 10-ish percent :cold_sweat:
[ ] Proper stream commenting and file writing (some broken, some untested)
[ ] ABCL
[x] Allegro
[ ] CLASP
[x] CLISP
[ ] Lispworks
[ ] Corman
[ ] CMUCL, SCL
[ ] MKCL
[ ] Clean up:
[ ] Strip REPL prompt off.
[ ] Remove empty lines? Not exactly true to the spec and possible output.
[ ] Handle errors and interactive programs gracefully.
(in-package :NAME)
for code reproducibility. If the package is unknown, the code might be read really wrong...CL-USER
, which is fairly reproducible, there are the remaining 10-ish percent :cold_sweat: