Results 166 comments of Ben Sless

certainly would. I see it in flame graphs

At [AppsFlyer](https://www.appsflyer.com/) we make heavy use of the HTTP stack (reitit, muuntaja), Jsonista and Malli

@ikitommi do you want to extend this solution to cljs or keep it just for clj?

Decided to split the implementation off only for Clojure since cljs is built differently, don't even know how `walk` is implemented for it

@ikitommi are there any blocking items for a review? I'd be happy to clear them if so.

This partially relates to documentation and partially to naming, but I find that runes and acronyms make it harder to grok the code, examples and documentation. Until I'm fluent, I...

> I think it would be useful to have more examples of how to integrate missionary with existing libraries and tools (in addition to the current documentation on integrating with...

Trying to see if I've been paying attention in class, CompletableFuture to task should look something like: ```clojure (import '(java.util.concurrent Executor CompletableFuture) '(missionary.impl Thunk)) (defn cf->task [^CompletableFuture cf] (fn [success...

Other terms which are unclear after rereading the documentation and specification, or which just aren't clear how one should work with - discrete vs. continuous flow - back pressure -...

How about the following names: | sigil | name | | - | - | |`?` | `park`| | `!` | `check` | | `?>` | `fork`, `concat`| | `?