|
Using `with` as the Elixir replacement for `let` in Lisp
|
|
11
|
339
|
December 12, 2024
|
|
Dbg() in a `with` sequence?
|
|
6
|
728
|
December 27, 2023
|
|
Why `throw/catch` is discouraged for control flow in favor of `with` special form?
|
|
20
|
2681
|
November 16, 2022
|
|
How would you accumulate errors?
|
|
7
|
1001
|
June 6, 2022
|
|
Proper way of handling simple booleans in `with` statement
|
|
39
|
4542
|
May 4, 2022
|
|
Easiest way to find the function that didn't match in the `with` statement
|
|
10
|
3075
|
April 4, 2022
|
|
`with` construct usage question - variables in `else`
|
|
11
|
1457
|
November 12, 2021
|
|
Avoiding long `with` blocks
|
|
3
|
913
|
October 7, 2021
|
|
Function body is nested too deep
|
|
4
|
3159
|
August 22, 2021
|
|
Error handling with "with"
|
|
2
|
832
|
August 7, 2021
|
|
Why was equal sign used in with statement?
|
|
12
|
1641
|
July 14, 2021
|
|
Advice for working around my _only_ problem with "with" expressions - accessing success results
|
|
13
|
1136
|
March 1, 2021
|
|
Weird/incorrect output from a with statement
|
|
13
|
864
|
December 9, 2020
|
|
How can I access variable defined in "With" statement from its "else" block?
|
|
12
|
5647
|
July 25, 2020
|
|
Should one use pipes or with?
|
|
23
|
8635
|
May 10, 2020
|
|
I can't get Elixir error handling right
|
|
15
|
4587
|
July 4, 2019
|
|
"non_nil" shortcut inside with
|
|
6
|
918
|
May 22, 2019
|
|
With/1 design patterns
|
|
12
|
1700
|
August 7, 2018
|