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

Programmer Humor

37258 readers
28 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 7 points 7 months ago* (last edited 7 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