Skip to content

Fix #91: loop destructuring bind

Raymond Toy requested to merge issue-91-loop-destructuring-bind into master

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.

Merge request reports