lefticus / cpp_weekly

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
The Unlicense
698 stars 26 forks source link

A look at tail call elimination #390

Open lefticus opened 3 months ago

lefticus commented 3 months ago

it's not just about recursion!