Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How to create a Global Variable in elixir Module

elixir

Elixir 1.3.0: String.strip/1 and String.strip/2 API documentation missing.

elixir

Why Enum.concat is much more slower than ++ while concatenating lists?

elixir benchmarking

Sorting list of Dates in Elixir

sorting date calendar elixir

Open modules in Elixir?

elixir

Is it possible to get the compiler to exit early, failing the build, if a compile time warning is raised?

elixir elixir-mix

Date ranges in Elixir?

elixir

Why GenFsm is deprecated?

elixir erlang-otp

Specify arity using only or except when importing function on Elixir

Double underscore functions in Elixir

elixir

Convert boolean to integer in elixir

elixir

Why Enum.map is more efficient than Enum.count in Elixir?

performance count elixir

How do I set the default Elixir mix task

elixir-mix elixir

Raw SQL with Ecto

elixir phoenix-framework

How does binary-size work in Elixir

elixir

Elixir: Reduce list to map counting occurrences (pattern match a map key on another argument)

Where to put include_type_name in config.exs

elasticsearch elixir

Elixir punctuation replacement regex

regex elixir

Efficient way to filter a Map by value in Elixir

dictionary filter elixir

Fill a List with a for-loop

for-loop elixir