Y
Hacker News
new
|
ask
|
show
|
jobs
by
kazinator
227 days ago
There is no difference. Call-by-alue is the older term, and I believe still preferred in CS acdemia.
1 comments
gpderetta
227 days ago
I think that call-by-value/call-by-name/call-by-need[1] are more about strict vs lazy evaluation, as opposed to by-value/by-reference semantics.
[1] there is also call-by-push-value, but i was never able to wrap my mind around it.
link
[1] there is also call-by-push-value, but i was never able to wrap my mind around it.