Category: Software, containerization

In particular, I discussed how we are moving from a computation machine to a coordination machine where microservices represent a key architecture of it. In this article, I will try to explain why we need new programming languages for dealing with the new machine and with microservices.

In the previous section, I wanted to joke with the quote from the movie Matrix and it is possible that I appeared arrogant.

The main idea I am proposing here is that we need a new generation of programming languages for directly dealing with the communication and the coordination aspects to reduce the required knowledge dedicated to them.

Starting from our experience with Jolie, we can say that it is possible to program using a service-oriented paradigm and that it can help in reducing development and maintenance costs.

Related Articles