DEV Community

Discussion on: A brief dive into the Pony programming language

Collapse
 
jveiga profile image
João Veiga

Which part? Actors with message passing give you ways to model your program with partial failures, for example, imagine worker Rabbitmq deals with it being down, rest of the program still works. You can create spin up workers with specific tasks and if they crash, rest of the system still works. It's a whole different way of having things working concurrently.

Collapse
 
vasilvestre profile image
Valentin Silvestre

I'm "novice" in programming. I've learn with Symfony and I don't really know RabbitMq.
It look like Functionnal programming in my head. One thing that I also can't get..