Andrzej Pragacz

ProjectsBlogAbout

Blog posts tagged with "Programming"

2 Posts

Learning Rust while solving Advent of Code puzzles (a post mortem)

03 May, 2019

Did you try to learn the new, shiny, language called Rust?I wanted to learn Rust for some time, but wasn't motivated enough. Finally, there…

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