Code legacy: Analyzing Erlang's C and C++ modules that have been running for decades
dev.to·9h·
Discuss: DEV
Flag this post

Code for some Erlang/OTP modules is older than most modern junior developers. These files are the true digital patriarchs. For decades, they have made sure that banking transactions, telephone networks, and messaging systems are all working properly. We decided to take a look under the hood of this long-lived language to see what exactly lies behind the lines that millions of users rely on today. In this article, let’s see what we found.

Introduction

Before we move on to discussing warnings, I’d like to say a few words about the project.

Erlang’s journey began back in 1986 in one of Ericsson’s laboratories. Joe Armstrong was experimenting with Prolog while trying to build a telephony program. Those experiments eventually gave birth to Erlang.

[Erlang](https://www.erlang.org…

Similar Posts

Loading similar posts...