takikawa/racket-clojure

->> is buggy

qerub opened this issue · 1 comments

(->> 1 add1) currently gets stuck in an infinite macro expansion loop because of a missing case in the macro.

curl http://vemod.net/tmp/0001-Add-missing-case-to.patch | git am

Thanks for the fix! I've pushed your commit.