DEV Community

Discussion on: Javascript uses call by sharing for objects

Collapse
 
stereobooster profile image
stereobooster

I tried to search any academic source on "call-by-sharing". The only thing I found so far is the manual for theta.

Do you know example of a language which has mutations and uses call-by-value?

Collapse
 
ufko profile image
ufko

I had trouble finding academic resources on "call by sharing", too 🤷‍♂ C uses call by value and has mutations