© 2023 Hashnode
#erlang
Certainly, here’s a more technical version of the article: Elixir is a functional programming language built on top of the Erlang Virtual Machine (VM). It was designed to be highly concurrent, fault-tolerant, and scalable, making it a popul…
Introduction Elixir is a modern and dynamic language built on the Erlang virtual machine. It's simple, with a syntax similar to Ruby, and a strong focus on functional programming. Elixir is a popular …
Python Easy for beginners and with the support of numerous frameworks and libraries of classes and functions, Python has been growing in recent years, thanks to its uses in the most diverse applicatio…
What is Elixir? Elixir is a dynamically typed, compiled, functional programming language built on top of the Erlang virtual machine best used for applications that are highly concurrent. Erlang was created in 1986 by Ericcson to create more…
EDIT: I changed my mind but this may give a bit of insight on my rants of how kind of overcomplicated things can be a little more simple. I will post another article if I go through with this. . . . H…
Specs macOS version 11.5.2 xcode version 12.5.1 export environmental variables in your shell As for me I am using zshrc file. You can also refer to erlang documentation about the different tags use…
I'm learning Erlang. It's been fun! The Erlang shell is a great environment for poking around. You get there by typing erl into the terminal. Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit] […
Originally developed for large enterprises, Message Brokers allowed software engineers to break down complex systems into independent services. They would then act as a middleware between those servic…
Assume you're a well-known author signing books at a book signing event. A throng of people has gathered to greet you. Since only one autograph can be done at a time, the organizers let people in one …