|
Has the static typing syntax been finalized yet?
|
|
8
|
1192
|
May 12, 2026
|
|
Proposal: Add support namespace for module
|
|
9
|
589
|
October 23, 2025
|
|
Google's SQL dialect added a `|>` pipe operator
|
|
7
|
578
|
February 14, 2025
|
|
A little TIL regarding syntactic sugar
|
|
14
|
912
|
October 28, 2024
|
|
Concise nil safe way to access field on nested struct?
|
|
13
|
3264
|
June 11, 2024
|
|
Keyword inside tuple shorthand syntax {a: 1, b: 2}
|
|
16
|
617
|
June 5, 2024
|
|
Are parenthesis recommended for the functions without arguments?
|
|
2
|
490
|
May 13, 2024
|
|
How to design function that take both another funtion and a keyword as parameters
|
|
12
|
681
|
February 29, 2024
|
|
Snytax troubles: Heex string interpolation in html element's attributes
|
|
3
|
2297
|
February 14, 2024
|
|
Pattern matching against arbitrary sized tuple
|
|
6
|
6724
|
January 24, 2024
|
|
Why doesn't defmodule require unquote to use outside variables
|
|
0
|
389
|
January 19, 2024
|
|
Does Regex.replace support named captures?
|
|
2
|
785
|
January 2, 2024
|
|
What are the reasons behind Elixir's lambda syntax?
|
|
30
|
2727
|
October 18, 2023
|
|
What are the benefits, if any, of `@impl true` over `@impl <behaviour>`?
|
|
17
|
4143
|
September 30, 2023
|
|
Why require Logger when I'm already prefixing the func/macro name with the module name?
|
|
9
|
1903
|
January 1, 2023
|
|
String text = ”data type in Elixir”;
|
|
8
|
1268
|
December 29, 2022
|
|
How difficult would it be to add the infix notation à la Haskell?
|
|
25
|
4515
|
December 27, 2022
|
|
Syntax to augment keyword
|
|
4
|
746
|
October 24, 2022
|
|
Make Neovim LSP working with umbrella apps
|
|
0
|
744
|
August 12, 2022
|
|
Idea: Rust-like syntactic support for :ok/:error
|
|
8
|
1300
|
July 21, 2022
|
|
Is there a way to do default named parameters
|
|
9
|
13084
|
June 10, 2022
|
|
Quantum of Elixir or why in rescue it just match the name of the error?
|
|
7
|
1371
|
May 28, 2022
|
|
Syntax error about using `?` to get the Unicode code of a variable
|
|
3
|
1335
|
March 8, 2022
|
|
What are the biggest Elixir codebase projects?
|
|
0
|
746
|
February 19, 2022
|
|
How do you return your ok tuples?
|
|
11
|
3482
|
February 7, 2022
|
|
Can has? `def admin?(user_id: String.t()) :: boolean do`
|
|
8
|
1589
|
December 20, 2021
|
|
Comprehension syntax
|
|
10
|
1599
|
October 14, 2021
|
|
Does this worth an issue?
|
|
6
|
1126
|
August 25, 2021
|
|
Concise way of writing multi clause - single body functions?
|
|
7
|
1558
|
July 11, 2021
|
|
What is the difference between ":" and "=>" in map declaration?
|
|
2
|
1146
|
May 9, 2021
|