Skip to content

Instantly share code, notes, and snippets.

@imeckler
Created September 21, 2012 19:00
Show Gist options
  • Save imeckler/3763245 to your computer and use it in GitHub Desktop.
Save imeckler/3763245 to your computer and use it in GitHub Desktop.
LiveScript Guard
guard(pred, f) = if pred then f!
g(x) ->
y = getY!
<~ guard (x != y)
x + y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment