With respect to _, this would make these two equivalent: a = lambda x: x + 1 b = _ + 1 a(1) == b(1)
Is there an expanded example I could look at for the pipe stuff, I haven't used clojure before
With respect to _, this would make these two equivalent: a = lambda x: x + 1 b = _ + 1 a(1) == b(1)
Is there an expanded example I could look at for the pipe stuff, I haven't used clojure before