You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems I can't reload suspendable functions in the REPL. Entering this in the REPL works as expected (printing "one"):
(defsfna1 []
(receive:ab (println"one")))
(defaa (spawn a1))
(! aa :ab)
However when entering the expressions again (slightly changed) (or alternatively calling (clojure.tools.namespace.repl/refresh)), I won't see a result printed:
(defsfna1 []
(receive:ab (println"two")))
(defaa (spawn a1))
(! aa :ab)
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"):
However when entering the expressions again (slightly changed) (or alternatively calling
(clojure.tools.namespace.repl/refresh)
), I won't see a result printed:I'm using
The text was updated successfully, but these errors were encountered: