Skip to content
Maxim Fedorov

Maxim Fedorov

The Erlang Journey

  • Home
  • About me
  • GitHub

Category: Life

Sometimes it not just Computer Science.

Good Day, Maxim


loop(0) ->
    ok;
loop(Count) ->
    loop(Count - 1).

My first Erlang engagement was brief and fierce. I still remember shaking my head with “How do I do a loop” and “it’s better than a Makefile”.

Continue reading “Good Day, Maxim”
Author max-auPosted on November 24, 2021Categories LifeLeave a comment on Good Day, Maxim
  • Home
  • About me
  • GitHub
Maxim Fedorov