由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请问call by name是不是C编译器都没实现
相关主题
c++ inline问题 (转载)c++ covariant type(受不了C++啦!!!)
求推荐方便编程的平板求助: Cygwin GCC g77编译.f文件出错
Perl 的一个问题问个临时抱佛脚的问题 (转载)
如何 measure similarity开源对m$冲击最大,因为m$的产品普遍是低端大路货
Question on using ## in #define有人在ubuntu 13.04上装过python 3.4吗?
Can certification (MS Java etc) substitute CS degree?问个简单的C++问题
请教一个算法问题how to proof (转载)
c preprocess question如果python command line positional arguments 里有些是运算,那这种argument 该怎么处理?
相关话题的讨论汇总
话题: call话题: name话题: evaluation话题: function话题: evaluated
进入Programming版参与讨论
1 (共1页)
s*****m
发帖数: 2024
1
thanks
G*O
发帖数: 706
2
I don't know.
but you can read this
[edit] Call by name
Call-by-name evaluation is rarely implemented directly, but frequently used
in considering theoretical properties of programs and programming languages.
In call-by-name evaluation, the arguments to functions are not evaluated at
all -- rather, function arguments are substituted directly into the
function body using capture-avoiding substitution. If the argument is not
used in the evaluation of the function, it is never evaluated; if the
arg

【在 s*****m 的大作中提到】
: thanks
1 (共1页)
进入Programming版参与讨论
相关主题
如果python command line positional arguments 里有些是运算,那这种argument 该怎么处理?Question on using ## in #define
关于内存泄漏Can certification (MS Java etc) substitute CS degree?
C语言的变量都一定要放在stack上吗?请教一个算法问题
windows下怎么用gsl? (转载)c preprocess question
c++ inline问题 (转载)c++ covariant type(受不了C++啦!!!)
求推荐方便编程的平板求助: Cygwin GCC g77编译.f文件出错
Perl 的一个问题问个临时抱佛脚的问题 (转载)
如何 measure similarity开源对m$冲击最大,因为m$的产品普遍是低端大路货
相关话题的讨论汇总
话题: call话题: name话题: evaluation话题: function话题: evaluated