What is "Call By Name"?

Posted by forellana on Stack Overflow See other posts from Stack Overflow or by forellana
Published on 2010-06-03T02:34:36Z Indexed on 2010/06/03 2:44 UTC
Read the original article Hit count: 402

Filed under:
|
|
|
|

Hi to everyone!

I'm working in a homework, and the professor asked me to implement the evaluation strategy called "call by name" in scheme in a certain language that we developed and he gave us an example at http://www.scala-lang.org/node/138 in the scala language, but i don't understand in what consists the call by name evaluation strategy? what differences it has with call by need?

thanks, greetings

© Stack Overflow or respective owner

Related posts about scala

Related posts about Scheme