Andrey Antukh 8057fb54a6 Add verify macro for true runtime spec asserts.
This commits mainly renames the old `assert` to `verify` and
adds new `assert` that laverages `:elide-asserts` on clojurescript
and *assert* value on clojure.

This approach enables an assert macro that does not performs
any runtime checks and compiles to more performant code in both
cases: development mode and production mode.
2020-01-31 19:12:48 +01:00
..
2020-01-31 11:16:30 +01:00
2019-08-12 18:05:08 +02:00
2020-01-31 11:16:30 +01:00
2020-01-24 11:15:40 +01:00
2020-01-16 16:22:56 +01:00
2020-01-21 23:09:28 +01:00