Elias Riedel Gårding

318
reputation
1
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)