#python #programming #programming_languages #compilers #elixir
Adding a pipe operator to python
https://hackernoon.com/adding-a-pipe-operator-to-python-19a3aa295642
Adding a pipe operator to python
https://hackernoon.com/adding-a-pipe-operator-to-python-19a3aa295642
Hackernoon
Adding a pipe operator to Python
The other day, I was looking at some Python code that was made up of a sequence of deeply-nested function calls and a thought immediately got pushed up brain’s stack:
#programming #ruby #elixir #compilers #tail_recursion
Recursion, tail call optimization and recursion.
https://medium.com/@edisonywh/recursion-tail-call-optimization-and-recursion-ac54b01e3b18
Recursion, tail call optimization and recursion.
https://medium.com/@edisonywh/recursion-tail-call-optimization-and-recursion-ac54b01e3b18
Medium
Recursion, Tail Call Optimization and Recursion.
Recently I thought I’d take a jab at functional languages just to try out a different paradigm of thinking, and I decided to pick up…