mito icon indicating copy to clipboard operation
mito copied to clipboard

Implicit dynamic system loading is EVIL

Open sheepduke opened this issue 5 years ago • 0 comments

During the investigation of this issue: roswell/roswell#404

I found that mito calling (ql:quickload) in the Lisp code.

In my humble opinion it is not a good practice to do so, for the following reason:

  1. As you can see, it makes core dump not working.
  2. This enforces the user to use QuickLisp for no reason.

sheepduke avatar Dec 18 '19 08:12 sheepduke