This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

Last Three Year's Trending Top

Trending Over Three Years Top

Fl4m3Ph03n1x
Background I am trying to up my Functional Programming (FP) skills and one of the things that newcomers first learn in FP is the Option T...
New
sandeshsoni
Need help! need to optimize. My terminal hangs when I run the code. I have a list of 1_78_000 words i.e 178k words I need pairs of wor...
New
experimentix
Hello I’m new to elixir and i’m struggling with this problem I’ve a map lets call it order and that has several products I want to loo...
New
heves
I’d like to generate a list from a variable length list of lists, choosing one element from each one. Like this: list = [[:a, :b], [1, 2...
New
cblavier
Do you think a join option would be a good idea for comprehensions? Something like Enum.map_join/2 that could map and join lists in a si...
New
Fl4m3Ph03n1x
Background For the longest time I have been estranged to the magic lands of comprehensions in FP languages. Now I am trying to pick it u...
New
Jayshua
I’m trying to figure out how to use Elixir’s version of for comprehensions. The Phoenix live view generator creates this code in the liv...
New
Sebb
I can do: if true, do: :foo, else: :bar and: if true do :foo else :bar end And I can do: for i <- 0..3, do: {i, i+i}, into: %...
New
david234
I have this list which has order and order_details. I want to update the quantity field inside order details by subtracting it with the q...
New
heves
For a school assignment, I need to esentially brute-force check every possible solution for a puzzle. This is acceptable, as the task is ...
New
blksheephw
Hi, What would be the recommended way to divide every item in an enumerable, in this case a list, by every item at the corresponding in...
New
tio407
I got an answer right on one of my exercises just by guessing but want to understand Elixir. Can you help me understand how this piece o...
New
Sebb
there is this exercism exercise: Given an input integer N, find all Pythagorean triplets for which a + b + c = N. For example, with N ...
New
Sebb
I understand these results: iex(1)> for <<b::1 <- <<0xff::16>> >>, do: b [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1,...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement