[Openmcl-devel] difference between CCL and COMMON-LISP packages
    Stas Boukarev 
    stassats at gmail.com
       
    Mon Jun  8 07:19:21 PDT 2009
    
    
  
Taoufik Dachraoui <taoufik.dachraoui at wanadoo.fr> writes:
> Hi
>
> What is the diff webtween CCL and COMMON-LISP packages; they have the  
> exact same symbols.
>
No, they're not:
(loop for symbol being the symbol in :ccl count 1) => 16641
(loop for symbol being the symbol in :cl count 1) => 978
COMMON-LISP package is defined by the standard and exports exactly
defined set of symbols. CCL is an internal package specific to Clozure CL.
-- 
With best regards, Stas.
    
    
More information about the Openmcl-devel
mailing list