Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
user avatar
toy authored
Loop doesn't handle loops like

(loop with (a b) = '(1 2)
      and (c d) = '(3 4)
      return (list a b c d))

correctly because it fails to destructure the variables correctly.
89cf3b64
History
Name Last commit Last update