Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in call-by-value
Difference between call-by-value and call-by-name interpreter for the lambda calculus
Feb 13, 2023
haskell
lambda-calculus
callbyname
call-by-value
yet another issue with call by value|reference
Dec 17, 2022
c++
pass-by-reference
call-by-value
In Scala, when would be a good time to use lazily evaluated parameter rather than to use a function as a parameter?
Jun 18, 2022
scala
anonymous-function
lazy-evaluation
callbyname
call-by-value
Why is my copy constructor only called twice in this scenario?
Nov 01, 2022
c++
pointers
call-by-value
Does const call by reference improve performance when applied to primitive types?
Sep 25, 2022
c++
performance
call-by-value
What is call-by-need?
Aug 16, 2022
programming-languages
evaluation
call-by-value
evaluation-strategy
call-by-need
Why is an ArrayList parameter modified, but not a String parameter? [duplicate]
Sep 15, 2022
java
parameters
call-by-value
pass-by-reference