Gert-Jan van de Streek on 31 May 2019
Solving Challenges with Elixir's Compile-Time Function
Avisi op 01 May 2019
I love solving small programming challenges. If you do too, I recommend exercism.io. One of the many challenges on this website is about transcribing DNA nucleotides to RNA nucleotides. I was able to solve this by using Elixir. I also found that I could apply metaprogramming to improve my answer. In this blog post, I will walk you through...