1. 21
    1. 4

      Good write-up! F# is still my favorite language. Can someone point me in the direction of sources comparing the elm architecture to other web app architectures?

      1. 5

        There have been a few implementations of the Elm arch in ClojureScript, since both are functional languages and have a lot in common

        • re-frame, basically the Elm arch using the ClojureScript reagent framework.
        • Hoplon is very similar to Elm, and is mentioned in the re-frame docs, but I’m not aware of any articles doing direct comparisons
        • Petrol by fellow crustacean krisajenkins implements the Elm event model using Clojure’s core.async
    2. 1

      i would really love to see this hooked up to Gtk#