Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • pmai's avatar
    57eae931
    Huge patch by Gerd Moellmann that removes PCL::ITERATE and PCL::GATHER* · 57eae931
    pmai authored
    in favor of normal CL constructs.  In a similar vein to SBCL, this patch
    also replaces all uses of #'(lambda ...) by just (lambda ...), and
    removes now-dated looking quotes in front of self-evaluating objects,
    like keywords and t/nil.  The patch has been slightly frobbed by me,
    to correct a couple of slight oversights, and make more effective use
    of the loop facility in a number of places.
    57eae931
    History
    Huge patch by Gerd Moellmann that removes PCL::ITERATE and PCL::GATHER*
    pmai authored
    in favor of normal CL constructs.  In a similar vein to SBCL, this patch
    also replaces all uses of #'(lambda ...) by just (lambda ...), and
    removes now-dated looking quotes in front of self-evaluating objects,
    like keywords and t/nil.  The patch has been slightly frobbed by me,
    to correct a couple of slight oversights, and make more effective use
    of the loop facility in a number of places.