Andrzej Pragacz

ProjectsBlogAbout

Blog posts tagged with "Functional programming"

1 Posts

Tail recursion in Python, part 1: trampolines

30 September, 2018

In this blog post I will try to explain what tail recursion is and show how tail call optimization can be achieved in Python using trampolines.

Powered by Gatsby.js