Skip to content

Instantly share code, notes, and snippets.

Created January 15, 2018 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8eed8669312072879c451f5b3de550a4 to your computer and use it in GitHub Desktop.
Save anonymous/8eed8669312072879c451f5b3de550a4 to your computer and use it in GitHub Desktop.
(loop
for x being the elements of '(1 2 3)
do (let* ((foo (+ x 2))
(bar (* foo 3))
(baz (+ bar 4)))
(format t "baz: ~a~%" baz)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment