Arc Forumnew | comments | leaders | submitlogin
1 point by zck 4838 days ago | link | parent

I don't use anarki, but I seem to recall the arguments to an anonymous function aren't _.0 and _.1 . Note that x.y expands to (x y).

I think you want _0 and _1, but I'm not sure.

To be clear, you want the function to be equivalent to (fn (x y) (= x y)) ? That's odd, since = is the setf operator, not equal.