At Pinterest, that company with a popular app for pinning images and other content to boards, much of the source code is written in the longstanding Python programming language. But in the past year, ...
Eva Short was a journalist at Silicon Republic, specialising in the areas of tech, data privacy, business, cybersecurity, AI, automation and future of work, among others.
This guide aims to introduce the meta-programming techniques available in Elixir. The ability to represent an Elixir program by its own data structures is at the heart of meta-programming. This ...
It means that the program is composed of different functions There is no classes or objects All data type is immutable/constant. Since the data isn't mutable, the state remains the same. The data can ...