Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Simulate ternary operator in Elixir

elixir ternary-operator

How to read config variable in Phoenix / Elixir?

elixir phoenix-framework

How to use IO.inspect on a long list without trimming it?

elixir

Add new element to list

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