Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Elias Riedel Gårding

Elias Riedel Gårding

Elias Riedel Gårding has asked 2 questions and find answers to 1 problems.

Stats

33
EtPoint
7
Vote count
2
questions
1
answers

About

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)