Skip to content

Instantly share code, notes, and snippets.

@vedantk
Created June 30, 2012 02:06
Show Gist options
  • Save vedantk/3021796 to your computer and use it in GitHub Desktop.
Save vedantk/3021796 to your computer and use it in GitHub Desktop.
Message Passing
(define (send object action . args)
(apply (lookup object action) args))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment