Streams across nodes?
|
|
8
|
277
|
November 17, 2022
|
Why didn't we hear about the Lambda COVID variant?
|
|
0
|
253
|
October 30, 2022
|
Recursive anonymous functions
|
|
11
|
4552
|
June 25, 2022
|
Named anonymous functions in elixir
|
|
6
|
757
|
June 12, 2022
|
Vex validate w anon. function: cannot inject attribute @vex_validations into function/macro because cannot escape #Function
|
|
20
|
876
|
February 26, 2022
|
Dialyzer does not catch errors on returned functions
|
|
3
|
435
|
February 22, 2022
|
Is there a workaround to the inner anonymous function of a closure not being able have a default parameter or clauses with different arities
|
|
6
|
496
|
December 2, 2021
|
Anonymous function arity error with is_string and is_integer
|
|
1
|
675
|
September 29, 2021
|
Anonymous functions and NIF resources when working with multiple processes & nodes
|
|
0
|
419
|
May 26, 2021
|
Pattern match on same argument multiple times in named functions
|
|
6
|
1308
|
February 12, 2021
|
Capture operator `&` ampersand - can always I thing about it as `fn x`?
|
|
4
|
1749
|
August 11, 2020
|
Anonymous function style
|
|
6
|
969
|
June 17, 2020
|
Returning a constant with an anonymous function with the capture operator &
|
|
8
|
1336
|
March 27, 2020
|
Testing functions that return other functions
|
|
4
|
788
|
March 12, 2020
|
Can you pattern match functions?
|
|
2
|
624
|
January 4, 2020
|
How to create a bunch of named function captures at compile time?
|
|
2
|
610
|
August 19, 2019
|
Use guards on anonymous functions
|
|
2
|
3415
|
July 5, 2019
|
Why doesn't Elixir check the arity of anonymous function calls?
|
|
6
|
1179
|
June 25, 2019
|
Creating smaller list from enum.Map() leads to lots of nil values
|
|
7
|
1704
|
May 8, 2019
|
Passing anonymous function as plug option
|
|
2
|
1120
|
April 29, 2019
|
How does &(&1 + &2) work?
|
|
3
|
1165
|
December 3, 2018
|
Dialyxir can't detect error of anonymous function while Erlang can
|
|
2
|
1004
|
November 15, 2018
|
Compiler tells me anonymous functions can not have default parameters
|
|
8
|
2648
|
October 30, 2018
|
Implementing a counter, aka: how to keep state in a closure
|
|
4
|
4163
|
October 4, 2018
|
Dialyzer and anonymous function arguments
|
|
0
|
585
|
August 24, 2018
|
User defined function, recursion and passing self along
|
|
16
|
3555
|
June 17, 2018
|
Is there a better way to handle :ok tuples?
|
|
22
|
6076
|
May 18, 2018
|
Passing captured named function requiring arguments to another function?
|
|
7
|
3781
|
May 13, 2018
|
Shortcut for anonymous filter function that always returns true
|
|
10
|
1564
|
April 12, 2018
|
Currying: Elixir library to add currying capability to all your Elixir functions
|
|
18
|
5241
|
June 20, 2017
|