(8 replies) Consider the following code block: (defn make-stupid [] (go (loop [] (recur)))) (def x (make-stupid)) ;; ... is there a way to kill this ...
確定! 回上一頁