Passing anonymous function as plug option
|
|
9
|
1660
|
October 3, 2024
|
Anonymous recursive functions, getting error: warning: variable "fibonaci" does not exist
|
|
5
|
285
|
June 29, 2024
|
Capturing anonymous functions in macros
|
|
2
|
651
|
September 5, 2023
|
Can anonymous function be called inside of iex
|
|
1
|
328
|
July 31, 2023
|
Function gives "2nd argument: not valid character data" error
|
|
2
|
596
|
July 23, 2023
|
Anonymous functions equality comparison
|
|
9
|
767
|
May 15, 2023
|
Printing anonymous functions with ampersand
|
|
3
|
428
|
May 9, 2023
|
Can anonymous functions be imported into other modules?
|
|
4
|
598
|
February 17, 2023
|
Streams across nodes?
|
|
8
|
881
|
November 17, 2022
|
Why didn't we hear about the Lambda COVID variant?
|
|
0
|
563
|
October 30, 2022
|
Recursive anonymous functions
|
|
11
|
6765
|
June 25, 2022
|
Named anonymous functions in elixir
|
|
6
|
1487
|
June 12, 2022
|
Vex validate w anon. function: cannot inject attribute @vex_validations into function/macro because cannot escape #Function
|
|
20
|
1899
|
February 26, 2022
|
Dialyzer does not catch errors on returned functions
|
|
3
|
1092
|
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
|
1133
|
December 2, 2021
|
Anonymous function arity error with is_string and is_integer
|
|
1
|
1705
|
September 29, 2021
|
Anonymous functions and NIF resources when working with multiple processes & nodes
|
|
0
|
853
|
May 26, 2021
|
Pattern match on same argument multiple times in named functions
|
|
6
|
2541
|
February 12, 2021
|
Capture operator `&` ampersand - can always I thing about it as `fn x`?
|
|
4
|
3536
|
August 11, 2020
|
Anonymous function style
|
|
6
|
1550
|
June 17, 2020
|
Returning a constant with an anonymous function with the capture operator &
|
|
8
|
2309
|
March 27, 2020
|
Testing functions that return other functions
|
|
4
|
1230
|
March 12, 2020
|
Can you pattern match functions?
|
|
2
|
964
|
January 4, 2020
|
How to create a bunch of named function captures at compile time?
|
|
2
|
881
|
August 19, 2019
|
Use guards on anonymous functions
|
|
2
|
4882
|
July 5, 2019
|
Why doesn't Elixir check the arity of anonymous function calls?
|
|
6
|
1576
|
June 25, 2019
|
Creating smaller list from enum.Map() leads to lots of nil values
|
|
7
|
2362
|
May 8, 2019
|
How does &(&1 + &2) work?
|
|
3
|
1944
|
December 3, 2018
|
Dialyxir can't detect error of anonymous function while Erlang can
|
|
2
|
1348
|
November 15, 2018
|
Compiler tells me anonymous functions can not have default parameters
|
|
8
|
3562
|
October 30, 2018
|