Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in callbyname

What's the type of `=> String` in scala?

scala callbyname

Difference between call-by-value and call-by-name interpreter for the lambda calculus

In Scala, when would be a good time to use lazily evaluated parameter rather than to use a function as a parameter?

Perl: Problems calling subroutines by reference using a hash value

How to implement call by name in C#?

How do I pass an array of arguments ByRef with CallByName?

Scala implicit conversion on call-by-name parameter works differently depending on the function is overloaded or not

performance in scala logging libraries call-by-value vs call-by-name

Example of Call by name

theory callbyname

Parameterized logging in slf4j - how does it compare to scala's by-name parameters?

How to mock a call-by-name argument (like getOrElse) using ScalaMock?

scala mocking callbyname

Why does Scala evaluate the argument for a call-by-name parameter if the method is infix and right-associative?