this post was submitted on 12 Dec 2024
269 points (99.3% liked)

Programmer Humor

38817 readers
220 users here now

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

Rules:

founded 6 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] ddplf@szmer.info 8 points 10 months ago* (last edited 10 months 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