Skip to content

Instantly share code, notes, and snippets.

@wavejumper
Created April 15, 2018 07:50
Show Gist options
  • Select an option

  • Save wavejumper/3279c4cd3142646e6ef5a1e5b79c8938 to your computer and use it in GitHub Desktop.

Select an option

Save wavejumper/3279c4cd3142646e6ef5a1e5b79c8938 to your computer and use it in GitHub Desktop.
[(['if cond truthy-expr] :seq)]
(do (lint! (lint/refactor expr `(when ~cond ~truthy-expr)))
(eval-expr `(if ~cond ~truthy-expr nil)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment