Node: B
Sign in

The Craftsman's Blog

Andi Altendorfer, e-Matrix Innovations
A playground and sandbox for Altex

elixir       2018 2019 2020 2021 2022 altex andi apple attic ax bash blog book bucketier conf craft css datasource dev elixir env erlang exconfig hardware hex i3 interview javascript learning linux liveview mac misc nerves obsolete organisation people phoenix podcasts project quote shell simplicity software talk timewrap tweet util video vim
Andi, 2019-02-11
… my 3rd HEX package for Elixir Timewrap is a “Time-Wrapper” through which you can access different time-sources, Elixir and Erlang offers you. Other than that you can implement on your own. Also, Timewrap can do the time-warp, freeze, and unfreeze a Timewrap.Timer. You can instantiat....
Andi, 2018-10-17
I’m using Elixir as a scripting language for the shell And it’s that easy … Write a file, hello.exs for example.#!/usr/bin/env elixirdefmoduleGreeterdodefhello(name),do:IO.puts"Hello, #{name}!"end# MainGreeter.hello(hd(System.argv()) Don’t forget to chmod +x hello.exs and then use the script from the terminal....
elixir       2018 2019 2020 2021 2022 altex andi apple attic ax bash blog book bucketier conf craft css datasource dev elixir env erlang exconfig hardware hex i3 interview javascript learning linux liveview mac misc nerves obsolete organisation people phoenix podcasts project quote shell simplicity software talk timewrap tweet util video vim