I wonder what the design of #Clojure would look like if instead of nil punning, nil was used as an identity element.
i.e it doesn’t affect the computation.
Like (str “abc” nil “def”) is like (str “abc” nil “def”)
I wonder what the design of #Clojure would look like if instead of nil punning, nil was used as an identity element.
i.e it doesn’t affect the computation.
Like (str “abc” nil “def”) is like (str “abc” nil “def”)