Talk:First-class function: Difference between revisions

Content deleted Content added
Merge anonymous function here: Please don't merge AF here, except ...
Line 132:
 
:Please ''don't'' merge AF here, except maybe a mention that just as say, a number can be passed between/assigned to several variables in a language; the concept of an Anonymous Function is a function that can be assigned to multiple variables or stored in collection types, which aids in making functions as first class as other types in the language. --[[User:Paddy3118|Paddy]] ([[User talk:Paddy3118|talk]]) 21:57, 20 August 2009 (UTC)
:: So what is an anonymous function according to you? Does C have them? You can do all of what you wrote above in C using function pointers, but you cannot have unnamed functions in C. [[User:Pohta ce-am pohtit|Pcap]] [[User_talk:Pohta ce-am pohtit|<small>ping</small>]] 01:12, 21 August 2009 (UTC)