Skip to content

Instantly share code, notes, and snippets.

@zobar
Created October 5, 2011 19:52
Show Gist options
  • Select an option

  • Save zobar/1265497 to your computer and use it in GitHub Desktop.

Select an option

Save zobar/1265497 to your computer and use it in GitHub Desktop.
- defun
- fibonacci
- - n
- - if
- - or
- - zerop
- n
- - "="
- n
- 1
- 1
- - +
- - fibonacci
- - "-"
- n
- 1
- - fibonacci
- - "-"
- n
- 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment