lfe-deprecated / clj

MERGED to LFE - Clojure-inspired macros and functions for use in LFE
28 stars 2 forks source link

Implement if-not #10

Open oubiwann opened 8 years ago

oubiwann commented 8 years ago
(if-not pred
  (foo))
yurrriq commented 8 years ago

https://github.com/rvirding/lfe/pull/267