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?Just looked at the code, and it certainly seems like they're just different idioms 🙂