Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How do I raise a number to a power in Elixir?

elixir

Elixir Sleep / Wait for 1 Second

elixir elixir-iex

Are Elixir variables really immutable?

immutability elixir

In Elixir how do you initialize a struct with a map variable

elixir

Run shell commands in Elixir

elixir

What's the difference between `def` and `defp`

elixir

How to generate a random number in Elixir?

random integer elixir

How to convert map keys from strings to atoms in Elixir

elixir

Elixir: When to use .ex and when .exs files

elixir

How to run an Elixir application?

elixir

IEx - How to cancel multiline command?

elixir

Getting the current date and or time in Elixir

elixir

How to check if an item exists in an Elixir list or tuple?

elixir

Is there a Phoenix equivalent to Rails Console

What is the benefit of Keyword Lists?

elixir

Are there things Elixir can do that Erlang cannot, or vice versa?

erlang elixir erlang-otp

Convert Elixir string to integer or float

elixir

Where does Elixir/erlang fit into the microservices approach? [closed]

Elixir: use vs import

elixir

How do you check for the type of variable in Elixir

elixir