Elias Riedel Gårding

687
reputation
3
8

I am a student of theoretical physics with a strong background in computer science.

Favourite programming language: Haskell, because it is different and beautiful (as well as powerful).

fix :: (α → α) → α
fix f = f (fix f)