Can you improve this? Zipping two lists, the result must be same size as the first list
|
|
46
|
2692
|
June 11, 2025
|
TaggedTupleShorthand - Field Punning in Elixir
|
|
3
|
140
|
December 23, 2024
|
nm - a tool to work with deeply nested data structures
|
|
1
|
194
|
October 29, 2024
|
Range guard not working with function that takes a list
|
|
1
|
81
|
July 14, 2024
|
Return true if a list has duplicates otherwise false
|
|
14
|
4349
|
July 7, 2024
|
Seeking feedback on my understanding of linked lists
|
|
2
|
195
|
June 4, 2024
|
Why is [1, 2, 3 | 4] a valid list if lists are linked lists?
|
|
9
|
438
|
June 3, 2024
|
A BIG thanks to the LiveView team for introducing managed lists (streams)
|
|
14
|
3014
|
February 7, 2024
|
Append to list after Enum.map. How to do this efficiently?
|
|
14
|
3060
|
December 22, 2023
|
Need help with this nested list
|
|
3
|
411
|
December 21, 2023
|
Keep a list of connection pids, with urls as keys
|
|
5
|
366
|
October 5, 2023
|
Creating a nested list from a flat list
|
|
4
|
720
|
June 18, 2023
|
Find a specific string in an unstructured and nested list
|
|
10
|
947
|
February 15, 2023
|
Enum over list and insert items from another list at certain indexes?
|
|
21
|
2076
|
January 22, 2023
|
Is operating on [{1}, {2}, ...] meaningfully less performant than [{:a, :b, ...}, ...]
|
|
2
|
523
|
January 17, 2023
|
Creating list adding elements on specific conditions?
|
|
8
|
12470
|
November 25, 2022
|
I want a list which consists of the indexes of the integers present in a list.
|
|
12
|
479
|
November 5, 2022
|
Check list in list?
|
|
10
|
691
|
October 21, 2022
|
Help needed with my Wordle attempt
|
|
4
|
624
|
September 25, 2022
|
Optimizing an "almost-increasing" array problem
|
|
6
|
1144
|
August 4, 2022
|
Sort a list of maps like [%{"some string" => weight}]
|
|
4
|
1613
|
March 17, 2022
|
List of attribute lists to a neat map
|
|
8
|
1486
|
February 22, 2022
|
`nil` or empty list?
|
|
4
|
4227
|
December 23, 2021
|
How to dynamically create a Map key and add a list of lists as its value?
|
|
2
|
1164
|
November 15, 2021
|
Enum.reduce and Map.update functionality
|
|
6
|
4372
|
August 13, 2021
|
Suggest how to convert list to string with a character
|
|
2
|
4287
|
July 11, 2021
|
Reduce array that every element can have an array
|
|
8
|
1226
|
June 6, 2021
|
Arbitrage logic in Elixir
|
|
4
|
1134
|
January 15, 2021
|
Converting an Elixir list into a Python dictionary
|
|
4
|
1013
|
November 27, 2020
|
Creating a list of paths from a Keyword list
|
|
8
|
1240
|
November 18, 2020
|