Rekindled my love for solving Project Euler problems, with a project on Github, solve-euler. Currently did solutions in Python, Hy (a lisp in python), Haskell & Go.
This time rather than purely solving the problems by just printing them to stdout
, I tried using the language's module system and basic test frameworks to get a feel of that as well. Kind of gives me a decent soft start into the language. At the moment a travis job also runs to test the solutions in the 4 languages.