We are continuing our journey with composite data types, and in this article, we briefly touch on the next composite data type: Tuples.
Kiran Chauhan
Technology, Politics, and Folk Literature
On Elixir Pt. 5
Jan 4, 2025On Elixir Pt. 4
Jan 4, 2025Now, you know a few primitive data types such as Integer, Floating-point numbers, Boolean, and String. Let’s move on and talk about a few composite data types, starting with Lists.
On Elixir Pt. 3
Jan 3, 2025Elixir is a dynamic programming language. Assign the value to a variable, and you’re good to go.
On Elixir Pt. 2
Jan 3, 2025Go ahead and create a file with the name hello_world.ex
. Open this file in your favorite text editor and write the following code in it:
On Elixir Pt. 1
Jan 3, 2025Elixir is a dynamic, functional programming language designed for building scalable and maintainable applications. It runs on the Erlang VM (BEAM), known for its low-latency, distributed, and fault-tolerant capabilities.