Talk:Y combinator: Difference between revisions

Line 166:
==Is the C++ a combinator or just recursion "macro"?==
I was concerned as the definition of Y explicitely depends on Y, which I thought is the kind of thing the Y combinator was trying to dodge! Mind you, my knowledge of this C++ esoteria comes down to reading [http://msdn.microsoft.com/en-us/library/bb982702.aspx this]. --[[User:Paddy3118|Paddy3118]] 06:48, 10 April 2011 (UTC)
 
Isn't the operator() defined within the const struct : RecursiveFunc calling itself in the line
return (s->operator()(f, s))(x);
?
 
== PicoLisp not incorrect ==
Anonymous user