has anyone made a reagent-like (in terms of API) reactive view library using #missionary?
We're currently working on a reactive dialect of clojure, close to reagent style, and also a UI library on top of it, however it's still experimental and not yet public.
would it be embedded in clojure or a different language?
embedded. seamless interop with clojure is an explicit goal, and the reactive language itself is a superset of clojure so in theory you could leverage all of it, including macros
sign me up
This use case was the original motivation of the project, actually.