Creating command line programs in Elixir
Note: This is a very basic example of mix tool and escript utility. One can skip this post if already have an idea about these tools. Lets write a simple command line program which would take a String as a command line argument and display the number of vowels in it. We’ll use Elixir’s mix … Continue reading Creating command line programs in Elixir