Obvius icon indicating copy to clipboard operation
Obvius copied to clipboard

defining CLOS package conflicts in some implementations with built-in package CLOS

Open lispm opened this issue 5 years ago • 1 comments

defining a CLOS package usually is not a good idea, since many Common Lisp implementations will already have one...

see package.lisp

lispm avatar Mar 11 '20 22:03 lispm

It's my plan to get rid of it. This clos package was necessary because of the original obvius implementation used a very early implementation of clos. This early impl. didn't have all the function defined in the standard.

thicksteadTHpp avatar Mar 12 '20 07:03 thicksteadTHpp