this post was submitted on 12 Dec 2024
231 points (99.1% liked)

Programmer Humor

33090 readers
598 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
[–] ddplf@szmer.info 6 points 1 month ago* (last edited 1 month ago)

It's the opposite, everything is passed by reference but primitives are also addresses and therefore passed by value

You can't pass objects or functions as value