Erlang

Easier Reading of Erlang Console and Error Logs

I’m still new to Erlang and Chicago Boss, using them for just a couple of weeks now. So far, I’ve made plenty of mistakes—no...

Fix Erlang Mode Installation Error While Installing

I’m trying to install Elixir on my Ubuntu 14.04 system from the official Elixir website. When I run the command sudo apt-get install esl-erlang,...

Fix Basic Syntax Errors in Erlang Code

I was working with some Erlang code and found myself stuck trying to identify a simple syntax error. Sometimes, no matter how long you...

Erlang Error in Process with Exit Value ‘undef’ – Explained

So, I’ve been working on a simple concurrency exercise in Erlang, trying to get communication working across different terminals or shells. The problem is...

Handling The “badarg” Error in Erlang When Passing Messages

I am new to Erlang and trying to pass the result from one function to another using message passing. However, I am encountering badarg...

Categories