In March 2025 i embarked on a new career, a full time Developer and what a better language to statrt with other than functional programming. Am now with Probase Group as an intern and Hammering Elixir which is using Phoenix Framework
list = [1, 2, 3]
[a, b, c] = list
def foo do
IO.puts "foo"
end