|
Forth in Elixir
|
|
9
|
1769
|
July 13, 2025
|
|
Getting duplicates instead of unique values
|
|
6
|
9042
|
April 24, 2025
|
|
Use of anonymous functions (closures)
|
|
4
|
419
|
March 25, 2024
|
|
Why do we need to use Enum.into(%{})?
|
|
14
|
1353
|
March 17, 2024
|
|
ExPression - evaluate user input expressions
|
|
4
|
673
|
January 23, 2024
|
|
Regarding `end_of_expression` metadata
|
|
10
|
384
|
January 17, 2024
|
|
Underscored variables - which do you prefer, descriptive or not?
|
|
19
|
1504
|
January 7, 2023
|
|
How difficult would it be to add the infix notation à la Haskell?
|
|
25
|
3894
|
December 27, 2022
|
|
Enum.map_join with a comprehension
|
|
7
|
1421
|
June 20, 2022
|
|
Does this have a name?
|
|
5
|
725
|
May 31, 2022
|
|
Type-level guards on top-level body-less function head
|
|
2
|
830
|
December 1, 2021
|
|
Sesterl - An ML-inspired statically-typed Erlang
|
|
12
|
2565
|
October 3, 2021
|
|
Gleam, a statically typed language for the Erlang VM
|
|
306
|
32490
|
May 6, 2021
|
|
The complexity of Haskell vs. Elixir's simplicity
|
|
35
|
29431
|
March 12, 2021
|
|
2021-03-16 - Birmingham Elixir - Online - Robert Virding will be speaking!
|
|
0
|
709
|
March 4, 2021
|
|
Advice for working around my _only_ problem with "with" expressions - accessing success results
|
|
13
|
1135
|
March 1, 2021
|
|
Trying to understand when to prefer Kernel.length/1 vs Enum.count/1
|
|
3
|
3159
|
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
|
1161
|
September 14, 2020
|
|
PragDave: Red Alert?
|
|
7
|
2190
|
July 18, 2020
|
|
Typed Elixir
|
|
28
|
11620
|
July 14, 2020
|
|
Why are blankspaces allowed between Module and function?
|
|
4
|
686
|
December 27, 2019
|
|
Add configs dynamic
|
|
3
|
1333
|
June 24, 2019
|
|
Capture containing at least one argument - CompileError
|
|
6
|
2956
|
May 19, 2019
|
|
Elixir equivalent of the spread operator?
|
|
11
|
12481
|
January 20, 2019
|
|
What would you remove from Elixir?
|
|
83
|
8191
|
November 18, 2018
|
|
What handles the 'call' request in Elixir's supervisor after start_child
|
|
3
|
1454
|
September 2, 2018
|
|
Where does require look for modules?
|
|
13
|
3400
|
August 19, 2018
|
|
Purpose of Process.sleep(:infinity)
|
|
2
|
2817
|
August 19, 2018
|
|
How do you refer to the Match Operator when reading code?
|
|
24
|
3336
|
August 3, 2018
|
|
Why are there different naming styles?
|
|
4
|
1701
|
June 27, 2018
|