|
Debating Syntax is Dumb
|
|
29
|
2386
|
September 20, 2018
|
|
Code snippets to compare Erlang and Elixir syntax
|
|
12
|
7404
|
September 10, 2018
|
|
Elixir construct help needed
|
|
3
|
689
|
August 30, 2018
|
|
What does '=~' do?
|
|
2
|
651
|
August 21, 2018
|
|
Accessing a map element and adding parens after it might be confusing?
|
|
11
|
1349
|
August 14, 2018
|
|
Pattern match a struct using %_{}, How does that work?
|
|
2
|
8168
|
July 2, 2018
|
|
A few questions about the description of Elixir
|
|
2
|
884
|
May 17, 2018
|
|
Highly advanced type constructors in Elixir
|
|
2
|
1001
|
May 17, 2018
|
|
Keyword, etc Syntax Proposal
|
|
2
|
907
|
May 7, 2018
|
|
Transforming data and Elixir syntax style
|
|
7
|
1235
|
March 13, 2018
|
|
"def" without "do"
|
|
5
|
4493
|
March 10, 2018
|
|
For syntax for pipes - proposal
|
|
11
|
2218
|
March 8, 2018
|
|
Useful tips & tricks & syntax sugar for Elixir code docompiled to Erlang code
|
|
0
|
863
|
February 8, 2018
|
|
Pattern Matching to transform Map shape?
|
|
9
|
1405
|
January 15, 2018
|
|
`case do` is not a usual macro?
|
|
9
|
1674
|
December 17, 2017
|
|
Is it possible to define a function which executes only if parameter x is not equal to ""
|
|
6
|
760
|
October 25, 2017
|
|
What's the most idiomatic way to require a key in a keyword list or make it optional
|
|
11
|
8890
|
October 25, 2017
|
|
Dialyzer and `with` statements with inspect calls (inside a function)
|
|
4
|
1095
|
July 26, 2017
|
|
Using catch and receive together (like in erlang)
|
|
5
|
1159
|
July 1, 2017
|
|
Double-exclamation mark syntax
|
|
4
|
3000
|
June 21, 2017
|
|
Elixir's analog to `2#00000011` in Erlang
|
|
2
|
816
|
June 17, 2017
|
|
Pipe Branching Syntax Proposal
|
|
5
|
1239
|
June 16, 2017
|
|
String.duplicate - syntax suggestion
|
|
2
|
1181
|
May 11, 2017
|
|
Is there a tool that can illustrate of how expressions are evaluated?
|
|
8
|
978
|
April 24, 2017
|
|
Could someone help me understand this part of code?
|
|
4
|
717
|
April 24, 2017
|
|
What is the cause of the runtime error in this String.replace which is in an Enum.reduce loop?
|
|
8
|
2076
|
April 16, 2017
|
|
What plugin to I need in VIm to have an `end` inserted when I add a `do`?
|
|
4
|
2518
|
April 14, 2017
|
|
Understanding Elixir and Plug syntax
|
|
1
|
1616
|
April 6, 2017
|
|
OK: Elegant error handling for elixir pipelines. Version 1.0 released
|
|
16
|
6475
|
December 12, 2016
|
|
Has the `with` construct replaced the need for error handling in pipelines
|
|
18
|
3757
|
October 9, 2016
|