this post was submitted on 19 Nov 2023
77 points (96.4% liked)

Programmer Humor

32480 readers
286 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] qaz@lemmy.world 4 points 1 year ago (1 children)

Could you provide some context for the people who don’t use Erlang?

[–] crmsnbleyd@sopuli.xyz 2 points 1 year ago

Erlang VM is supposed to be used for applications that need high reliability (it was developed for the telecom industry). A common idiom in Erlang applications is running many instances of a process and letting it crash when facing an unrecoverable error. After it crashes, it restarts, hence the meme.