DEV Community

Discussion on: 7 ways to write logic with Elixir's pattern matching

Collapse
 
nielsbom profile image
Niels Bom

I haven’t used it in a bigger project yet, but processes and OTP look extremely useful :-)

Collapse
 
nickforall profile image
Nick Vernij

Definitely! We have been using it in a pretty big project for about a year now, and being able to delegate tasks to processes (genservers) has been a really useful tool.