graven-image icon indicating copy to clipboard operation
graven-image copied to clipboard

DRIBBLE* completeness

Open aartaka opened this issue 10 months ago • 0 comments

  • [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.

aartaka avatar Aug 11 '23 23:08 aartaka