I’m too lazy to go dig into the code now, but it looks like it’s calling in-ns.
(ns toto) ;; never evaluated from the buffer
(defn add [a b]
(+ a b))
;; => #'toto/add
I’m too lazy to go dig into the code now, but it looks like it’s calling in-ns.
(ns toto) ;; never evaluated from the buffer
(defn add [a b]
(+ a b))
;; => #'toto/add