Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Thiago Baldim

Thiago Baldim

Thiago Baldim has asked 4 questions and find answers to 21 problems.

Stats

634
EtPoint
217
Vote count
4
questions
21
answers

About

Developer, parallel computing enthusiast, Apache Spark and Functional programming is my new Role.

For Fun: Board Games, lots of them! 32+ and Counting.

solve = lambda problem: problem if problem == 42 else solve(problem.next)