Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    1144015f
    Fix #91: Handle loop destructuring · 1144015f
    Raymond Toy authored
    The destructuring shortcut in loop doesn't require all the parts be
    available.  If they're not, each item is replaced by NIL.
    
    This is fixed by still using `destructuring-bind`, except we mark
    everything as optional.
    1144015f
    History
    Fix #91: Handle loop destructuring
    Raymond Toy authored
    The destructuring shortcut in loop doesn't require all the parts be
    available.  If they're not, each item is replaced by NIL.
    
    This is fixed by still using `destructuring-bind`, except we mark
    everything as optional.