mito
mito copied to clipboard
Implicit dynamic system loading is EVIL
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:
- As you can see, it makes core dump not working.
- This enforces the user to use QuickLisp for no reason.