Use of anonymous functions (closures)
|
|
4
|
390
|
March 25, 2024
|
Why do we need to use Enum.into(%{})?
|
|
14
|
1202
|
March 17, 2024
|
ExPression - evaluate user input expressions
|
|
4
|
579
|
January 23, 2024
|
Regarding `end_of_expression` metadata
|
|
10
|
369
|
January 17, 2024
|
Underscored variables - which do you prefer, descriptive or not?
|
|
19
|
1439
|
January 7, 2023
|
How difficult would it be to add the infix notation à la Haskell?
|
|
25
|
3825
|
December 27, 2022
|
Enum.map_join with a comprehension
|
|
7
|
1370
|
June 20, 2022
|
Does this have a name?
|
|
5
|
706
|
May 31, 2022
|
Type-level guards on top-level body-less function head
|
|
2
|
824
|
December 1, 2021
|
Sesterl - An ML-inspired statically-typed Erlang
|
|
12
|
2528
|
October 3, 2021
|
Gleam, a statically typed language for the Erlang VM
|
|
306
|
31800
|
May 6, 2021
|
The complexity of Haskell vs. Elixir's simplicity
|
|
35
|
28481
|
March 12, 2021
|
2021-03-16 - Birmingham Elixir - Online - Robert Virding will be speaking!
|
|
0
|
705
|
March 4, 2021
|
Advice for working around my _only_ problem with "with" expressions - accessing success results
|
|
13
|
1110
|
March 1, 2021
|
Trying to understand when to prefer Kernel.length/1 vs Enum.count/1
|
|
3
|
2929
|
December 28, 2020
|
Consider I'm Jose Valim and it's 2010. I have a great idea of implementing Elixir on Top of Erlang and BEAM. What do you recommend to read/study?
|
|
5
|
1153
|
September 14, 2020
|
PragDave: Red Alert?
|
|
7
|
2176
|
July 18, 2020
|
Typed Elixir
|
|
28
|
11544
|
July 14, 2020
|
Why are blankspaces allowed between Module and function?
|
|
4
|
679
|
December 27, 2019
|
Forth in Elixir
|
|
4
|
1515
|
July 8, 2019
|
Add configs dynamic
|
|
3
|
1316
|
June 24, 2019
|
Capture containing at least one argument - CompileError
|
|
6
|
2918
|
May 19, 2019
|
Elixir equivalent of the spread operator?
|
|
11
|
12196
|
January 20, 2019
|
What would you remove from Elixir?
|
|
83
|
8088
|
November 18, 2018
|
What handles the 'call' request in Elixir's supervisor after start_child
|
|
3
|
1445
|
September 2, 2018
|
Where does require look for modules?
|
|
13
|
3374
|
August 19, 2018
|
Purpose of Process.sleep(:infinity)
|
|
2
|
2795
|
August 19, 2018
|
Getting duplicates instead of unique values
|
|
4
|
8883
|
August 9, 2018
|
How do you refer to the Match Operator when reading code?
|
|
24
|
3297
|
August 3, 2018
|
Why are there different naming styles?
|
|
4
|
1688
|
June 27, 2018
|