About Tail Recursion in .NET
Confession time. I am a true fan of functional programming and its concepts. Maybe that’s why I was curious lately how the prominent .NET compilers deal with tail recursion1. So I started investigating. TL;DR: It’s complicated. Despite the …
Beitrag lesen