Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How do you pass a function as a parameter in Elixir?

elixir

Elixir lists interpreted as char lists

list elixir

How to use the "with" keyword in Elixir and what is it for?

elixir

Catch-all/wildcard route in Elixir's Phoenix?

elixir phoenix-framework

Pry while testing

testing elixir elixir-iex

Pattern match function against empty map

pattern-matching elixir

In Elixir, how can a range be converted to a list?

elixir

Is there a way to test private functions in modules in ExUnit of Elixir?

elixir

How do I recompile an Elixir project and reload it from within iex?

elixir elixir-mix

In Elixir's ExUnit, is it possible to just run one test?

elixir

Erlang Processes vs Java Threads

java erlang elixir

How to Log something in Controller when Phoenix Server is running?

elixir phoenix-framework

In Elixir, is there any way to get a module to list its functions?

elixir

Debugging and debugging tools in Elixir?

elixir

Good IDE for Elixir [closed]

ide elixir

How to create a map from a list of two item tuples in Elixir

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