Skip to content

Instantly share code, notes, and snippets.

@rubber-duck
Created December 9, 2011 17:53
Show Gist options
  • Save rubber-duck/1452590 to your computer and use it in GitHub Desktop.
Save rubber-duck/1452590 to your computer and use it in GitHub Desktop.
(ns test)
(defn foo [a]
{:pre [(> a 2)]}
(println a))
(binding [*assert* false]
(println *assert*)
(foo 2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment