Skip to content

Instantly share code, notes, and snippets.

@bjacquet
Created March 12, 2018 11:04
(loop for i from 1 to 10
and j downfrom 15 to 6
when (> i j)
collect (- i j))
=> (2 4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment