top | item 45161445 (no title) skrishnamurthi | 5 months ago It's not the same thing. `recur` in Clojure must be in tail-position. This programhttps://news.ycombinator.com/item?id=45154253would therefore not work. discuss order hn newest adityaathalye|5 months ago I was trying to say something like that with my note in the GP comment: > "nb. Clojure doesn't have automatic tail call optimisation. We need to explicitly emulate it with`recur`." Just an average joe programmer here... advanced macrology is way above my pay grade :sweat-smile:.
adityaathalye|5 months ago I was trying to say something like that with my note in the GP comment: > "nb. Clojure doesn't have automatic tail call optimisation. We need to explicitly emulate it with`recur`." Just an average joe programmer here... advanced macrology is way above my pay grade :sweat-smile:.
adityaathalye|5 months ago