Talk:First-class function: Difference between revisions

Content deleted Content added
Line 19:
I agree here. Maybe a mention of the eval() statement (or equivalents) would help to make the difference more obvious? --[[User:80.135.123.126|80.135.123.126]] 16:22, 26 January 2007 (UTC)
 
== Does Ruby really supporthave 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 you don't really support first class functions. Something else I would expect to be able to do in a language that supports first class functions:
Line 32:
</code>
 
This doesn't work in ruby either. [[User:88.96.214.6|88.96.214.6]] 12:26, 20 March 2007 (UTC)