Andreas Thoelke
Andreas Thoelke
Entering the following in the REPL should return `"got: 123"` immediately: ``` clojure ; Example 1: ; With Pulsar 0.7.5 (def ch1 (channel)) (def fi1 (->> (spawn-fiber (fn one [ch]...
Thank you for Pulsar, it looks amazing! It seems I can't reload suspendable functions in the REPL. Entering this in the REPL works as expected (printing "one"): ``` clojure (defsfn...
This maybe be a feature request or just something that I overlooked: I would like to evaluate an expression or top level symbol and then get the result in vimscript,...