Skip to content

Instantly share code, notes, and snippets.

@anacrolix
Created April 22, 2012 06:04
Show Gist options
  • Save anacrolix/2459974 to your computer and use it in GitHub Desktop.
Save anacrolix/2459974 to your computer and use it in GitHub Desktop.
1 (= lambda ^)
2 (= if ?)
3 (= define (# (names value)
4 (if (pair? names)
5 (list '= (car names) (list '^ (cdr names) value))
6 (list '= names value))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment