Functional matters Problems taken from Project Euler, solved in all functional programming languages I want to learn. Running programs Clojure $ lein test Elixir On simple test scripts: $ elixir test.exs On mix apps: $ mix test