Skip to content

Instantly share code, notes, and snippets.

@jasom
Created September 18, 2018 16:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasom/b068f437262288768cc1c0fdf13fc0ee to your computer and use it in GitHub Desktop.
Save jasom/b068f437262288768cc1c0fdf13fc0ee to your computer and use it in GitHub Desktop.
(loop for n from 0
for next = 1 then (+ cur next)
for cur = 0 then next
when (= n 10)
return cur)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment