mount

eggsyntax 2019-03-05T21:00:07.003600Z

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?

eggsyntax 2019-03-05T21:02:22.004100Z

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