specter

Latest version: 1.1.3
souenzzo 2018-04-25T16:25:32.000426Z

There is something like (if-not-path test-path get-path)

nathanmarz 2018-04-25T16:30:16.000469Z

@souenzzo

(defdynamicnav if-not-path [cond-path path]
  (if-path cond-path STOP path))

👍 1