Fork me on GitHub
#mount
<
2019-03-05
>
eggsyntax21:03:07

Hey folks! Quick question -- what's the difference between

(-> (mount/swap {#'foo bar})
    (mount/start))
and
(mount/start-with {#'foo bar})
? Is it just two different idioms that do the same thing?

eggsyntax21:03:22

Just looked at the code, and it certainly seems like they're just different idioms 🙂