Skip to content
  • mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    Create form of SYSTEM:ZIP that uses a hashtable to map files to entries. · 6e60f1a0
    SYSTEM:ZIP PATH HASHTABLE now creates entries in a zipfile at PATH
    whose entries are the contents of for each (KEY VALUE) in HASHTABLE
    for which KEY refers to an object on the filesystem and VALUE is the
    location in the zip archive.
    
    Introduce Java interfaces in org.armedbear.lisp.protocol to start
    encapsulating behavior of Java system.  By retroactively adding
    markers to the object hierarchy rooted on LispObject we gain the
    ability to have our JVM code optionally work with interfaces but we
    leave the core dispatch functions alone for speed.
    6e60f1a0