Skip to content

Instantly share code, notes, and snippets.

@certainty
Created December 26, 2010 14:46
Show Gist options
  • Save certainty/755452 to your computer and use it in GitHub Desktop.
Save certainty/755452 to your computer and use it in GitHub Desktop.
lambdas
((UP ,(lambda (db) (do-something-nifty-with db)))
(DOWN ,(lambda (db) (undo-something-nifty-with db))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment