![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re^6: Shouldn't references be readonly?by LanX (Sage) |
on Aug 05, 2020 at 22:21 UTC ( #11120378=note: print w/replies, xml ) | Need Help?? |
> Perl is not JS. Does JS even have references as first-class values like Perl does? All objects are references in JS and implicitly dereferenced. Passing an object means passing the reference. I doubt that JS has a way to reveal the counter printed like in Perl, so the use of references is transparently hidden. But the semantics are the same, and IIRC does ECMA explicitly name the concept of "reference". And yes, JS has no reference constructor like \ but you can compare objects for identity with ===
Cheers Rolf
In Section
Seekers of Perl Wisdom
|
|