Latest #beginners-questions Threads Top

donnieparka
defmodule Navigator do def navigate(dir) do expanded_dir = Path.expand(dir) go_through([expanded_dir]) end def go_through...
New
soyjeansoy
Hi! I have a library called :my_library (or MyLibrary ) that’s installed as dependency for my app :my_app (or MyApp ). MyLibrary has a m...
New
tbk
I have a function with a condition: def iteraterefs(divisor, number, table, out, i) when number >= divisor do number = number -...
New
NinekoTheCat
I am learning elixir, and I am looking everywhere but for some reason the… actor model isn’t used at all? There’s no other processes a...
New
elbasti
I’m trying to implement some functionality by pattern matching purely as a learning exercise to familiarize myself with bitstrings/charsl...
New
neuone
Overview I want to convert a Swift enumerated type into something similar in Elixir. I do not want to use any external libraries as I wan...
New
Astarno
Hi there, What is the best approach to achieve accurate syntax highlighting in your code snippets in LaTeX? I found this custom language...
New
Astarno
Hi there, I have a curiousity question. I know there are different abstractions built on top of Process, such as Agent, GenServer, Regis...
New
LauraBeatris
Is there a recommended way for creating/organizing fixtures for HTTP response in order to be referenced when mocking? Atm, on our SDK, w...
New
LauraBeatris
Disclaimer: I’m still a beginner when it comes to Elixir data types, so my apologies if the question sounds “silly” Is there a recommend...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

Last Three Year's Trending Top

NinekoTheCat
I am learning elixir, and I am looking everywhere but for some reason the… actor model isn’t used at all? There’s no other processes a...
New
elbasti
I’m trying to implement some functionality by pattern matching purely as a learning exercise to familiarize myself with bitstrings/charsl...
New
tbk
I have a function with a condition: def iteraterefs(divisor, number, table, out, i) when number >= divisor do number = number -...
New
soyjeansoy
Hi! I have a library called :my_library (or MyLibrary ) that’s installed as dependency for my app :my_app (or MyApp ). MyLibrary has a m...
New
donnieparka
defmodule Navigator do def navigate(dir) do expanded_dir = Path.expand(dir) go_through([expanded_dir]) end def go_through...
New

Trending Over Three Years Top

tushar
I am a newbie in Elixir and am trying to split String only at spaces the string contains unicode charcters too String.split("Freude sch...
New
vitalydolgov
I have a question on pattern matching in case. This function def f(map) do case map do %{a: i} -> i %{} -> :empty _ ...
New
vermaxik
Hello Elixirforum, Could you please explain how List Comparison works in Elixir? Why such list of integers returns true iex(15)> [3...
New
LauraBeatris
I have been studying how to save files to the filesystem and I had some doubts related to the Erlang functions responsible to deal with b...
New
LauraBeatris
I learned that Elixir has an implicit return in functions, so we don’t need to use the return keyword in order to return a value if it’s ...
New
edmundobiglia
What is the best way to strip ANSI escape sequences from a string? Go from: # Go from "[\e[32m\"one\"\e[0m, \e[32m\"two\"\e[0m, \e[32m\...
New
stevensonmt
I would like to have a struct in a module without default values for the fields, but I would like each field to be limited to a specific ...
New
chouzar
I would like to get from “where” a particular function is executed. Is this possible in elixir? For example: defmodule Sender do def ...
New
code
What I want to know is whether I can use elixir to build a load balancer that receives the requests of the user and then sends a messages...
New
tommy
I have been playing with closures today to learn when to use them but each time I find myself thinking, what’s the advantage over a norma...
New
brenocastelo
Hello, guys! I was doing some exercises from exercism.io and in some moment a needed to update a Map, I did and finished the exercise. A...
New
ardhitama
How to disable ecto migration entirely for a repo app under umbrella?
New
LauraBeatris
Hi I made a unit test in order to compare two lists but it’s returning the following error: == Compilation error in file test/prepend_t...
New
brenocastelo
Hi! I’m a beginner in Elixir and I just did a simple project using mix tool. After I compile the project I saw thant a folder called _bu...
New
LauraBeatris
First of all, I want to say sorry because it’s probably a really dumb question… I’m starting to learn Elixir and i come from a different...
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