quicklisp / quicklisp-bootstrap

Quicklisp bootstrap.
http://www.quicklisp.org/
MIT License
39 stars 13 forks source link

Support or explicitly reject older MCL #16

Open eschaton opened 7 years ago

eschaton commented 7 years ago

On a lark, I tried to load Quicklisp on MCL 5.2 on an iBook G4 running Mac OS X 10.4.11. It failed because on that platform, there’s no CCL:make-socket to re-export from qlqs-ccl.

It’d be awesome if Quicklisp could support old versions of MCL, of course, but in the absence of support it should probably explicitly reject them.

quicklisp commented 7 years ago

What *features* can be used to distinguish Clozure CL from MCL?

eschaton commented 7 years ago

There’s at least :clozure. And it looks like only MCL has :mcl in it.