Talk:First-class function: Difference between revisions

Content deleted Content added
Line 21:
== Does Ruby really have first class functions? ==
 
It seems to me that if you have to wrap a function in a 'proc' object in order to assign it to a variable, then youyour don'tfunctions really support firstare second-class functionscitizens. Something else I would expect to be able to do in a language that supports first class functions:
<code>