Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    c20e6945
    Environment access functions from CLtL2. Not all of the functions · c20e6945
    rtoy authored
    specified in CLtL2 are implemented yet.  These functions live in the
    EXTENSIONS package.
    
    code/env-access.lisp:
    o The implementation.  (Based on code from SBCL)
    
    code/exports.lisp:
    o Export the symbols from the EXTENSIONS package.
    o Import them into the C package.
    
    tools/worldcom.lisp:
    o Compile env-access.lisp;
    
    tools/worldload.lisp:
    o Load env-access.
    c20e6945
    History
    Environment access functions from CLtL2. Not all of the functions
    rtoy authored
    specified in CLtL2 are implemented yet.  These functions live in the
    EXTENSIONS package.
    
    code/env-access.lisp:
    o The implementation.  (Based on code from SBCL)
    
    code/exports.lisp:
    o Export the symbols from the EXTENSIONS package.
    o Import them into the C package.
    
    tools/worldcom.lisp:
    o Compile env-access.lisp;
    
    tools/worldload.lisp:
    o Load env-access.