Have you done anything scripty with Elixir?
Anton

Anton @antonrich

About: Born into being.

Location:
Russia, Yoshkar-Ola
Joined:
Oct 5, 2017

Have you done anything scripty with Elixir?

Publish Date: Jan 3 '19
6 2

Did you write any scripts with Elixir?

Care to share the wisdom?

Comments 2 total

  • Andreas Altendorfer
    Andreas AltendorferJan 20, 2019

    I love to start my scripts with

    #! /usr/bin/env elixir

    especially when I have to parse logfiles but more and more even for simple stuff.
    Here I have a template using OptionParser.

    • Anton
      AntonJan 20, 2019

      I'm gonna be using your template : )

Add comment